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

Issue 1763223002: Switch SkMergeImageFilter over to new onFilterImage interface (Closed)

Created:
4 years, 9 months ago by robertphillips
Modified:
4 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@if-follow-on
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Switch SkMergeImageFilter over to new onFilterImage interface This relies on CL: https://codereview.chromium.org/1762013002/ (Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated) TBR=bsalomon@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1763223002 Committed: https://skia.googlesource.com/skia/+/393aa36815b7911f2acc5abd274cda1c5da78e1d

Patch Set 1 #

Patch Set 2 : Remove extraneous files #

Total comments: 8

Patch Set 3 : update to ToT #

Patch Set 4 : Address code review comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -34 lines) Patch
M include/effects/SkMergeImageFilter.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/effects/SkMergeImageFilter.cpp View 1 2 3 2 chunks +37 lines, -31 lines 1 comment Download

Messages

Total messages: 17 (9 generated)
robertphillips
4 years, 9 months ago (2016-03-04 22:25:38 UTC) #4
Stephen White
https://codereview.chromium.org/1763223002/diff/20001/src/core/SkImageFilter.cpp File src/core/SkImageFilter.cpp (right): https://codereview.chromium.org/1763223002/diff/20001/src/core/SkImageFilter.cpp#newcode234 src/core/SkImageFilter.cpp:234: SkAutoMutexAcquire mutex(fMutex); Does this belong in this change? https://codereview.chromium.org/1763223002/diff/20001/src/effects/SkMergeImageFilter.cpp ...
4 years, 9 months ago (2016-03-07 18:58:25 UTC) #5
robertphillips
https://codereview.chromium.org/1763223002/diff/20001/src/core/SkImageFilter.cpp File src/core/SkImageFilter.cpp (right): https://codereview.chromium.org/1763223002/diff/20001/src/core/SkImageFilter.cpp#newcode234 src/core/SkImageFilter.cpp:234: SkAutoMutexAcquire mutex(fMutex); On 2016/03/07 18:58:25, Stephen White wrote: > ...
4 years, 9 months ago (2016-03-08 15:44:22 UTC) #6
Stephen White
LGTM w/nit https://codereview.chromium.org/1763223002/diff/60001/src/effects/SkMergeImageFilter.cpp File src/effects/SkMergeImageFilter.cpp (right): https://codereview.chromium.org/1763223002/diff/60001/src/effects/SkMergeImageFilter.cpp#newcode71 src/effects/SkMergeImageFilter.cpp:71: new SkAutoTUnref<SkSpecialImage>[inputCount]); Nit: spacing is slightly weird ...
4 years, 9 months ago (2016-03-08 16:04:03 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1763223002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1763223002/60001
4 years, 9 months ago (2016-03-10 12:33:55 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-10 12:43:06 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1763223002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1763223002/60001
4 years, 9 months ago (2016-03-10 12:43:25 UTC) #15
commit-bot: I haz the power
4 years, 9 months ago (2016-03-10 12:44:25 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/393aa36815b7911f2acc5abd274cda1c5da78e1d

Powered by Google App Engine
This is Rietveld 408576698