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

Issue 2472543002: remove legacy Skia flags (Closed)

Created:
4 years, 1 month ago by reed1
Modified:
4 years, 1 month ago
CC:
chromium-reviews, krit, dshwang, drott+blinkwatch_chromium.org, Rik, blink-reviews-platform-graphics_chromium.org, ajuma+watch-canvas_chromium.org, blink-reviews-html_chromium.org, pdr+graphicswatchlist_chromium.org, jbroman, Justin Novosad, haraken, dglazkov+blink, fuzzing_chromium.org, f(malita), blink-reviews, danakj+watch_chromium.org, ajuma+watch_chromium.org, Stephen Chennney, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

remove legacy Skia flags BUG= TBR=asvitkine, dcheng Committed: https://crrev.com/111c379025c22713d8e404c28a46e8cd06eca620 Cr-Commit-Position: refs/heads/master@{#429331}

Patch Set 1 #

Total comments: 1

Patch Set 2 : change getters to return a ref #

Total comments: 2

Patch Set 3 : rebase #

Patch Set 4 : address nit #

Total comments: 1

Patch Set 5 : address nit #

Patch Set 6 : remove additional xfermode flag #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -4 lines) Patch
M skia/config/SkUserConfig.h View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 38 (22 generated)
reed1
4 years, 1 month ago (2016-11-01 20:57:12 UTC) #4
f(malita)
lgtm
4 years, 1 month ago (2016-11-01 21:01:02 UTC) #5
Stephen White
https://codereview.chromium.org/2472543002/diff/1/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h File third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h (right): https://codereview.chromium.org/2472543002/diff/1/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h#newcode458 third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h:458: compositePaint.setImageFilter(sk_ref_sp(filter)); Rather than doing an explicit ref here, I ...
4 years, 1 month ago (2016-11-01 21:11:48 UTC) #6
reed1
That is a much bigger change, as there are multiple subclasses that will need to ...
4 years, 1 month ago (2016-11-01 21:28:14 UTC) #7
Stephen White
On 2016/11/01 21:28:14, reed1 wrote: > That is a much bigger change, as there are ...
4 years, 1 month ago (2016-11-01 21:36:33 UTC) #8
reed1
I will make this change. However, I don't see sk_ref_sp as a bug. SkPaint's getter ...
4 years, 1 month ago (2016-11-02 13:50:11 UTC) #11
f(malita)
https://codereview.chromium.org/2472543002/diff/20001/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h File third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h (right): https://codereview.chromium.org/2472543002/diff/20001/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h#newcode458 third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h:458: compositePaint.setImageFilter(filter); nit: should be safe to std::move(filter) here.
4 years, 1 month ago (2016-11-02 14:24:50 UTC) #14
reed1
https://codereview.chromium.org/2472543002/diff/20001/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h File third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h (right): https://codereview.chromium.org/2472543002/diff/20001/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h#newcode458 third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h:458: compositePaint.setImageFilter(filter); On 2016/11/02 14:24:50, f(malita) wrote: > nit: should ...
4 years, 1 month ago (2016-11-02 15:30:37 UTC) #19
Stephen White
LGTM, but will leave for Justin.
4 years, 1 month ago (2016-11-02 15:33:44 UTC) #21
Justin Novosad
LGTM with nit https://codereview.chromium.org/2472543002/diff/60001/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp File third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp (right): https://codereview.chromium.org/2472543002/diff/60001/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp#newcode379 third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp:379: setColorSpaceAndComputeTransform(colorSpace); Not new to this CL, ...
4 years, 1 month ago (2016-11-02 15:39:21 UTC) #22
reed1
4 years, 1 month ago (2016-11-02 15:43:20 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2472543002/80001
4 years, 1 month ago (2016-11-02 15:54:59 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/294950)
4 years, 1 month ago (2016-11-02 16:01:04 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2472543002/80001
4 years, 1 month ago (2016-11-02 16:30:43 UTC) #34
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-11-02 17:53:31 UTC) #36
commit-bot: I haz the power
4 years, 1 month ago (2016-11-02 18:23:21 UTC) #38
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/111c379025c22713d8e404c28a46e8cd06eca620
Cr-Commit-Position: refs/heads/master@{#429331}

Powered by Google App Engine
This is Rietveld 408576698