|
|
Created:
5 years, 9 months ago by reed1 Modified:
5 years, 9 months ago Reviewers:
robertphillips CC:
reviews_skia.org Base URL:
https://skia.googlesource.com/skia.git@master Target Ref:
refs/heads/master Project:
skia Visibility:
Public. |
DescriptionSimplify clip inside a layer -- will be applied in restore
This reverts commit 44124650895833378938b4b174302fbf64403fe2.
NOTREECHECKS=True
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/180aec43451dd951fdaae81a92efc710ba093260
Patch Set 1 #
Total comments: 2
Patch Set 2 : rebase #Patch Set 3 : add assert #Messages
Total messages: 23 (11 generated)
reed@google.com changed reviewers: + robertphillips@google.com
Needs https://codereview.chromium.org/993993003 to land in chrome (next blink roll)
It looks good to me but I would find a GM very comforting. https://codereview.chromium.org/996233002/diff/1/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/996233002/diff/1/src/core/SkCanvas.cpp#newcod... src/core/SkCanvas.cpp:864: fClipStack->clipDevRect(ir, SkRegion::kReplace_Op); I don't think ir can be empty - remove this code?
https://codereview.chromium.org/996233002/diff/1/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/996233002/diff/1/src/core/SkCanvas.cpp#newcod... src/core/SkCanvas.cpp:864: fClipStack->clipDevRect(ir, SkRegion::kReplace_Op); On 2015/03/11 16:06:38, robertphillips wrote: > I don't think ir can be empty - remove this code? I'll make a new CL that asserts that it is non-empty
ptal -- now w/ assert
The CQ bit was checked by reed@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996233002/40001
Note for Reviewers: The CQ is waiting for an approval. If you believe that the CL is not ready yet, or if you would like to L-G-T-M with comments then please uncheck the CQ checkbox. Waiting for LGTM from valid reviewer(s) till 2015-03-11 23:23 UTC
lgtm
The CQ bit was unchecked by reed@google.com
The CQ bit was checked by reed@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996233002/40001
The CQ bit was unchecked by reed@google.com
The CQ bit was checked by reed@google.com
The CQ bit was checked by reed@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996233002/40001
The CQ bit was unchecked by reed@google.com
The CQ bit was checked by reed@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996233002/40001
The CQ bit was unchecked by commit-bot@chromium.org
The CQ bit was checked by reed@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996233002/40001
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as https://skia.googlesource.com/skia/+/180aec43451dd951fdaae81a92efc710ba093260 |