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

Issue 1847583002: Update SkMergeImageFilter to sk_sp (Closed)

Created:
4 years, 8 months ago by robertphillips
Modified:
4 years, 8 months ago
Reviewers:
f(malita), reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Clean up #

Total comments: 3

Patch Set 3 : update to To #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -131 lines) Patch
M bench/ImageFilterDAGBench.cpp View 2 chunks +8 lines, -8 lines 0 comments Download
M bench/MergeBench.cpp View 3 chunks +42 lines, -42 lines 0 comments Download
M gm/imagefiltersbase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/imagefilterscropped.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M gm/imagefiltersgraph.cpp View 2 chunks +9 lines, -8 lines 0 comments Download
M gm/testimagefilters.cpp View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M include/core/SkImageFilter.h View 3 chunks +3 lines, -6 lines 0 comments Download
M include/effects/SkMergeImageFilter.h View 1 chunk +31 lines, -10 lines 0 comments Download
M samplecode/SampleFilterFuzz.cpp View 1 2 1 chunk +4 lines, -7 lines 0 comments Download
M src/core/SkImageFilter.cpp View 2 chunks +4 lines, -12 lines 0 comments Download
M src/core/SkLocalMatrixImageFilter.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/core/SkMatrixImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkAlphaThresholdFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkBlurImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkColorFilterImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkComposeImageFilter.cpp View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/effects/SkDropShadowImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/effects/SkMagnifierImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkMatrixConvolutionImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkMergeImageFilter.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/effects/SkOffsetImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkTestImageFilters.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkTileImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkXfermodeImageFilter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/ImageFilterTest.cpp View 1 2 2 chunks +9 lines, -7 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
robertphillips
4 years, 8 months ago (2016-03-30 17:19:18 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1847583002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1847583002/20001
4 years, 8 months ago (2016-03-30 17:23:01 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-30 17:38:29 UTC) #8
f(malita)
https://codereview.chromium.org/1847583002/diff/20001/include/core/SkImageFilter.h File include/core/SkImageFilter.h (right): https://codereview.chromium.org/1847583002/diff/20001/include/core/SkImageFilter.h#newcode310 include/core/SkImageFilter.h:310: sk_sp<SkImageFilter> getInput(int index) const { return fInputs[index]; } Not ...
4 years, 8 months ago (2016-03-30 18:28:47 UTC) #9
robertphillips
https://codereview.chromium.org/1847583002/diff/20001/include/core/SkImageFilter.h File include/core/SkImageFilter.h (right): https://codereview.chromium.org/1847583002/diff/20001/include/core/SkImageFilter.h#newcode310 include/core/SkImageFilter.h:310: sk_sp<SkImageFilter> getInput(int index) const { return fInputs[index]; } In ...
4 years, 8 months ago (2016-03-30 19:02:27 UTC) #10
f(malita)
lgtm https://codereview.chromium.org/1847583002/diff/20001/include/core/SkImageFilter.h File include/core/SkImageFilter.h (right): https://codereview.chromium.org/1847583002/diff/20001/include/core/SkImageFilter.h#newcode310 include/core/SkImageFilter.h:310: sk_sp<SkImageFilter> getInput(int index) const { return fInputs[index]; } ...
4 years, 8 months ago (2016-03-30 19:08:53 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1847583002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1847583002/40001
4 years, 8 months ago (2016-03-30 19:45:51 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-30 20:05:31 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1847583002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1847583002/40001
4 years, 8 months ago (2016-03-30 20:33:18 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-03-30 20:34:20 UTC) #20
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/2238c9dbca4b791edc512957728a18ce14d55912

Powered by Google App Engine
This is Rietveld 408576698