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

Issue 716913003: Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp (Closed)

Created:
6 years, 1 month ago by robertphillips1
Modified:
6 years, 1 month ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp Rather then exposing parts of FillBounds (as in Expose FillBounds to allow GrPictureUtils::CollectLayers to be layered on top of it - https://codereview.chromium.org/698643002/), this CL moves CollectLayers into SkRecordDraw.cpp to accomplish the layering. Committed: https://skia.googlesource.com/skia/+/4e8e3421aa919a82eb1dd287fecbd079f5a320b4

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address code review issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -627 lines) Patch
M include/core/SkPicture.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/core/SkRecordDraw.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/core/SkRecordDraw.cpp View 1 6 chunks +235 lines, -33 lines 0 comments Download
M src/gpu/GrPictureUtils.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/gpu/GrPictureUtils.cpp View 1 chunk +0 lines, -585 lines 0 comments Download
M tests/PictureTest.cpp View 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
robertphillips
6 years, 1 month ago (2014-11-11 21:00:45 UTC) #3
mtklein
Nits only, though I'd like to get a handle on what's up with the test ...
6 years, 1 month ago (2014-11-11 21:17:30 UTC) #4
robertphillips
https://codereview.chromium.org/716913003/diff/1/src/core/SkRecordDraw.cpp File src/core/SkRecordDraw.cpp (right): https://codereview.chromium.org/716913003/diff/1/src/core/SkRecordDraw.cpp#newcode149 src/core/SkRecordDraw.cpp:149: FillBounds(const SkRect& cullRect, const SkRecord& record, SkBBoxHierarchy* bbh) On ...
6 years, 1 month ago (2014-11-12 13:46:26 UTC) #5
mtklein
lgtm
6 years, 1 month ago (2014-11-12 14:18:37 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/716913003/20001
6 years, 1 month ago (2014-11-12 14:34:16 UTC) #8
commit-bot: I haz the power
Presubmit check for 716913003-20001 failed and returned exit status 1. Running presubmit commit checks ...
6 years, 1 month ago (2014-11-12 14:34:23 UTC) #10
robertphillips
6 years, 1 month ago (2014-11-12 14:35:38 UTC) #12
bsalomon
On 2014/11/12 14:35:38, robertphillips wrote: lgtm
6 years, 1 month ago (2014-11-12 14:37:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/716913003/20001
6 years, 1 month ago (2014-11-12 14:38:18 UTC) #15
commit-bot: I haz the power
6 years, 1 month ago (2014-11-12 14:46:12 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/4e8e3421aa919a82eb1dd287fecbd079f5a320b4

Powered by Google App Engine
This is Rietveld 408576698