Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(727)

Issue 18718002: Use RefPtr to manage shaders in Gradient and Pattern. (Closed)

Created:
7 years, 5 months ago by jbroman
Modified:
7 years, 5 months ago
Reviewers:
Stephen Chennney, pdr.
CC:
blink-reviews, jamesr, eae+blinkwatch, danakj, dglazkov+blink, Rik, jeez, pdr.
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Use RefPtr to manage shaders in Gradient and Pattern. BUG=254509 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154260

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -39 lines) Patch
M Source/core/platform/graphics/Gradient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/Gradient.cpp View 9 chunks +15 lines, -25 lines 2 comments Download
M Source/core/platform/graphics/Pattern.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/Pattern.cpp View 3 chunks +6 lines, -11 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
jbroman
7 years, 5 months ago (2013-07-05 13:40:22 UTC) #1
Stephen Chennney
lgtm https://codereview.chromium.org/18718002/diff/1/Source/core/platform/graphics/Gradient.cpp File Source/core/platform/graphics/Gradient.cpp (right): https://codereview.chromium.org/18718002/diff/1/Source/core/platform/graphics/Gradient.cpp#newcode333 Source/core/platform/graphics/Gradient.cpp:333: m_gradient = adoptRef(SkGradientShader::CreateRadial(m_p1, m_r1, colors, pos, static_cast<int>(countUsed), tile, ...
7 years, 5 months ago (2013-07-08 13:55:11 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbroman@chromium.org/18718002/1
7 years, 5 months ago (2013-07-08 13:55:20 UTC) #3
jbroman
https://codereview.chromium.org/18718002/diff/1/Source/core/platform/graphics/Gradient.cpp File Source/core/platform/graphics/Gradient.cpp (right): https://codereview.chromium.org/18718002/diff/1/Source/core/platform/graphics/Gradient.cpp#newcode333 Source/core/platform/graphics/Gradient.cpp:333: m_gradient = adoptRef(SkGradientShader::CreateRadial(m_p1, m_r1, colors, pos, static_cast<int>(countUsed), tile, 0, ...
7 years, 5 months ago (2013-07-08 13:59:19 UTC) #4
Stephen Chennney
On 2013/07/08 13:59:19, jbroman wrote: > https://codereview.chromium.org/18718002/diff/1/Source/core/platform/graphics/Gradient.cpp > File Source/core/platform/graphics/Gradient.cpp (right): > > https://codereview.chromium.org/18718002/diff/1/Source/core/platform/graphics/Gradient.cpp#newcode333 > ...
7 years, 5 months ago (2013-07-08 14:44:22 UTC) #5
jbroman
On 2013/07/08 14:44:22, Stephen Chenney wrote: > On 2013/07/08 13:59:19, jbroman wrote: > > > ...
7 years, 5 months ago (2013-07-08 14:53:46 UTC) #6
Stephen Chennney
On 2013/07/08 14:53:46, jbroman wrote: > On 2013/07/08 14:44:22, Stephen Chenney wrote: > > On ...
7 years, 5 months ago (2013-07-08 14:55:32 UTC) #7
danakj
On Mon, Jul 8, 2013 at 7:44 AM, <schenney@chromium.org> wrote: > On 2013/07/08 13:59:19, jbroman ...
7 years, 5 months ago (2013-07-08 15:38:14 UTC) #8
jbroman
On 2013/07/08 15:38:14, danakj wrote: > On Mon, Jul 8, 2013 at 7:44 AM, <mailto:schenney@chromium.org> ...
7 years, 5 months ago (2013-07-08 20:01:17 UTC) #9
jbroman
On 2013/07/08 20:01:17, jbroman wrote: > On 2013/07/08 15:38:14, danakj wrote: > > On Mon, ...
7 years, 5 months ago (2013-07-15 20:07:18 UTC) #10
Stephen Chennney
On 2013/07/15 20:07:18, jbroman wrote: > On 2013/07/08 20:01:17, jbroman wrote: > > On 2013/07/08 ...
7 years, 5 months ago (2013-07-15 21:13:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbroman@chromium.org/18718002/1
7 years, 5 months ago (2013-07-15 21:16:59 UTC) #12
commit-bot: I haz the power
7 years, 5 months ago (2013-07-16 01:46:58 UTC) #13
Message was sent while issue was closed.
Change committed as 154260

Powered by Google App Engine
This is Rietveld 408576698