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

Issue 972153010: add impl limit for number of leaf-nodes in composecolorfilter (Closed)

Created:
5 years, 9 months ago by reed1
Modified:
5 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

add impl limit for number of leaf-nodes in composecolorfilter BUG=skia: Committed: https://skia.googlesource.com/skia/+/dc812222a7488d2a0e39b4a09c81c9f000d4b869

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : simplify using base-1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -8 lines) Patch
M include/core/SkColorFilter.h View 1 2 2 chunks +13 lines, -0 lines 2 comments Download
M src/core/SkColorFilter.cpp View 1 2 3 chunks +32 lines, -8 lines 0 comments Download
M tests/ColorFilterTest.cpp View 1 2 2 chunks +22 lines, -0 lines 2 comments Download

Messages

Total messages: 19 (6 generated)
reed1
ptal
5 years, 9 months ago (2015-03-04 22:22:23 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/972153010/20001
5 years, 9 months ago (2015-03-04 22:23:00 UTC) #4
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 9 months ago (2015-03-04 22:23:00 UTC) #5
Stephen White
https://codereview.chromium.org/972153010/diff/20001/src/core/SkColorFilter.cpp File src/core/SkColorFilter.cpp (right): https://codereview.chromium.org/972153010/diff/20001/src/core/SkColorFilter.cpp#newcode116 src/core/SkColorFilter.cpp:116: count = 1; // filter is "leaf" filter Why ...
5 years, 9 months ago (2015-03-04 22:38:12 UTC) #6
reed2
https://codereview.chromium.org/972153010/diff/20001/src/core/SkColorFilter.cpp File src/core/SkColorFilter.cpp (right): https://codereview.chromium.org/972153010/diff/20001/src/core/SkColorFilter.cpp#newcode116 src/core/SkColorFilter.cpp:116: count = 1; // filter is "leaf" filter On ...
5 years, 9 months ago (2015-03-05 01:38:12 UTC) #8
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Please ask for an LGTM from a full ...
5 years, 9 months ago (2015-03-05 04:23:09 UTC) #10
reed1
ptal
5 years, 9 months ago (2015-03-05 15:13:41 UTC) #11
reed1
5 years, 9 months ago (2015-03-05 15:13:55 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/972153010/40001
5 years, 9 months ago (2015-03-05 15:14:19 UTC) #15
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 9 months ago (2015-03-05 15:14:21 UTC) #16
Stephen White
LGTM IWBN if you could run the layout tests (in particular, css3/filters/ and svg/) locally, ...
5 years, 9 months ago (2015-03-05 15:19:11 UTC) #17
robertphillips
lgtm + nits https://codereview.chromium.org/972153010/diff/40001/include/core/SkColorFilter.h File include/core/SkColorFilter.h (right): https://codereview.chromium.org/972153010/diff/40001/include/core/SkColorFilter.h#newcode166 include/core/SkColorFilter.h:166: * Returns 1 if this is ...
5 years, 9 months ago (2015-03-05 15:20:43 UTC) #18
commit-bot: I haz the power
5 years, 9 months ago (2015-03-05 15:21:05 UTC) #19
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/dc812222a7488d2a0e39b4a09c81c9f000d4b869

Powered by Google App Engine
This is Rietveld 408576698