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

Issue 746553002: SkData -> SkPicture::SnapshotArray (Closed)

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

Description

SkData -> SkPicture::SnapshotArray Restores type safety with all the same features. (Also note, less code: 29 insertions, 50 deletions.) BUG=skia: Committed: https://skia.googlesource.com/skia/+/b7ee349f108040fbd5cb71d891d5b74a1843b0bc

Patch Set 1 #

Patch Set 2 : or ref'd #

Total comments: 3

Patch Set 3 : set() #

Patch Set 4 : ctor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -49 lines) Patch
M include/core/SkPicture.h View 1 2 3 3 chunks +15 lines, -4 lines 0 comments Download
M src/core/SkPicture.cpp View 1 2 3 2 chunks +3 lines, -10 lines 0 comments Download
M src/core/SkPictureRecorder.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M src/core/SkRecorder.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/core/SkRecorder.cpp View 1 2 3 2 chunks +4 lines, -30 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
mtklein
6 years, 1 month ago (2014-11-20 19:13:05 UTC) #2
reed1
https://codereview.chromium.org/746553002/diff/20001/include/core/SkPicture.h File include/core/SkPicture.h (right): https://codereview.chromium.org/746553002/diff/20001/include/core/SkPicture.h#newcode210 include/core/SkPicture.h:210: const SkPicture*& operator[](size_t i) { return fArray[i]; } this ...
6 years, 1 month ago (2014-11-20 20:36:47 UTC) #3
mtklein
https://codereview.chromium.org/746553002/diff/20001/include/core/SkPicture.h File include/core/SkPicture.h (right): https://codereview.chromium.org/746553002/diff/20001/include/core/SkPicture.h#newcode210 include/core/SkPicture.h:210: const SkPicture*& operator[](size_t i) { return fArray[i]; } On ...
6 years, 1 month ago (2014-11-21 16:03:51 UTC) #4
reed1
lgtm
6 years, 1 month ago (2014-11-21 18:30:02 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/746553002/60001
6 years, 1 month ago (2014-11-21 18:55:30 UTC) #7
commit-bot: I haz the power
6 years, 1 month ago (2014-11-21 19:06:07 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/b7ee349f108040fbd5cb71d891d5b74a1843b0bc

Powered by Google App Engine
This is Rietveld 408576698