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

Issue 324093003: Remove unused 'deepCopy' parameter (Closed)

Created:
6 years, 6 months ago by robertphillips
Modified:
6 years, 6 months ago
Reviewers:
scroggo, reed1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Remove unused 'deepCopy' parameter This is split out of https://codereview.chromium.org/316063005/ for clarity. Keeping in mind that SkPicture::FakeEndRecording is now only called from SkPictureRecorder, its deepCopy parameter is no longer necessary. This is b.c., given the new Picture recording semantics (where SkPictures can no longer be actively recording), cloning for thread safety only happens when an SkPicturePlayback has already been allocated (i.e., it happens in the SkPicturePlayback copy constructor. Committed: https://skia.googlesource.com/skia/+/6de27127c4d50ef90b5435aefaeef47fa84b819d

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -17 lines) Patch
M include/core/SkPicture.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/core/SkPicture.cpp View 1 chunk +2 lines, -3 lines 3 comments Download
M src/core/SkPicturePlayback.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/core/SkPicturePlayback.cpp View 2 chunks +3 lines, -8 lines 0 comments Download
M src/core/SkPictureRecorder.cpp View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
robertphillips
6 years, 6 months ago (2014-06-10 14:00:40 UTC) #1
reed1
lgtm
6 years, 6 months ago (2014-06-10 14:23:17 UTC) #2
robertphillips
The CQ bit was checked by robertphillips@google.com
6 years, 6 months ago (2014-06-10 14:58:00 UTC) #3
scroggo
lgtm https://codereview.chromium.org/324093003/diff/1/src/core/SkPicture.cpp File src/core/SkPicture.cpp (right): https://codereview.chromium.org/324093003/diff/1/src/core/SkPicture.cpp#newcode136 src/core/SkPicture.cpp:136: SkPicturePlayback* SkPicture::FakeEndRecording(const SkPicture* resourceSrc, As I asked in ...
6 years, 6 months ago (2014-06-10 14:58:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/robertphillips@google.com/324093003/1
6 years, 6 months ago (2014-06-10 14:58:35 UTC) #5
robertphillips
https://codereview.chromium.org/324093003/diff/1/src/core/SkPicture.cpp File src/core/SkPicture.cpp (right): https://codereview.chromium.org/324093003/diff/1/src/core/SkPicture.cpp#newcode136 src/core/SkPicture.cpp:136: SkPicturePlayback* SkPicture::FakeEndRecording(const SkPicture* resourceSrc, This entry point is going ...
6 years, 6 months ago (2014-06-10 15:00:10 UTC) #6
scroggo
https://codereview.chromium.org/324093003/diff/1/src/core/SkPicture.cpp File src/core/SkPicture.cpp (right): https://codereview.chromium.org/324093003/diff/1/src/core/SkPicture.cpp#newcode136 src/core/SkPicture.cpp:136: SkPicturePlayback* SkPicture::FakeEndRecording(const SkPicture* resourceSrc, On 2014/06/10 15:00:09, robertphillips wrote: ...
6 years, 6 months ago (2014-06-10 15:00:44 UTC) #7
scroggo
6 years, 6 months ago (2014-06-10 15:00:44 UTC) #8
commit-bot: I haz the power
6 years, 6 months ago (2014-06-10 16:23:11 UTC) #9
Message was sent while issue was closed.
Change committed as 6de27127c4d50ef90b5435aefaeef47fa84b819d

Powered by Google App Engine
This is Rietveld 408576698