Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(46)

Issue 6325048: add PictInfo chunk to serialized pictures (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by reed1
Modified:
12 years, 2 months ago
Reviewers:
bsalomon, DerekS
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

add PictInfo chunk to serialized pictures Committed: https://code.google.com/p/skia/source/detail?r=4302

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

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

Messages

Total messages: 10
reed1
Don't do anything with the Info yet, but I anticipate exposing some/all of it to ...
12 years, 2 months ago (2012-06-21 20:46:43 UTC) #1
reed1
I reckon I'll need to bump the picture version, but perhaps less so in the ...
12 years, 2 months ago (2012-06-21 20:47:39 UTC) #2
bsalomon
https://codereview.appspot.com/6325048/diff/1/src/core/SkPicturePlayback.cpp File src/core/SkPicturePlayback.cpp (right): https://codereview.appspot.com/6325048/diff/1/src/core/SkPicturePlayback.cpp#newcode400 src/core/SkPicturePlayback.cpp:400: if (PICT_INFO_TAG == tag) { It does seem like ...
12 years, 2 months ago (2012-06-21 21:02:52 UTC) #3
reed1
agreed. I might consider doing that in a later CL, since that should be orthogonal ...
12 years, 2 months ago (2012-06-21 21:04:54 UTC) #4
reed1
patch #2 adds EOF tag at the end
12 years, 2 months ago (2012-06-21 21:07:25 UTC) #5
bsalomon
On 2012/06/21 21:02:52, bsalomon wrote: > https://codereview.appspot.com/6325048/diff/1/src/core/SkPicturePlayback.cpp > File src/core/SkPicturePlayback.cpp (right): > > https://codereview.appspot.com/6325048/diff/1/src/core/SkPicturePlayback.cpp#newcode400 > ...
12 years, 2 months ago (2012-06-21 21:19:18 UTC) #6
reed1
Not until patch #2... On 2012/06/21 21:19:18, bsalomon wrote: > On 2012/06/21 21:02:52, bsalomon wrote: ...
12 years, 2 months ago (2012-06-21 21:21:20 UTC) #7
bsalomon
On 2012/06/21 21:21:20, reed1 wrote: > Not until patch #2... Don't we need the reader ...
12 years, 2 months ago (2012-06-21 21:28:32 UTC) #8
reed1
On 2012/06/21 21:28:32, bsalomon wrote: > On 2012/06/21 21:21:20, reed1 wrote: > > Not until ...
12 years, 2 months ago (2012-06-22 12:57:25 UTC) #9
bsalomon
12 years, 2 months ago (2012-06-22 13:09:29 UTC) #10
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b