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

Issue 2098393002: SkPDF: SkPDFStream takes only SkStreamAsset (Closed)

Created:
4 years, 5 months ago by hal.canary
Modified:
4 years, 5 months ago
Reviewers:
Tom Hudson, tomhudson
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

SkPDF: SkPDFStream takes only SkStreamAsset This is possible since https://crrev.com/869763002. Later, I'll clean up the logic and class constructors. For now, I assert everywhere I expect a SkStreamAsset to be well-behaved (duplcate, hasLength). GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2098393002 Committed: https://skia.googlesource.com/skia/+/29ed2ae2daa843c8ef955df34b26e672c67b14f3

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -13 lines) Patch
M src/pdf/SkPDFFont.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/pdf/SkPDFFormXObject.h View 1 chunk +1 line, -1 line 0 comments Download
M src/pdf/SkPDFFormXObject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/pdf/SkPDFShader.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M src/pdf/SkPDFStream.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/pdf/SkPDFStream.cpp View 3 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2098393002/1
4 years, 5 months ago (2016-06-27 16:37:05 UTC) #3
hal.canary
ptal
4 years, 5 months ago (2016-06-27 16:38:14 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-27 16:57:16 UTC) #7
Tom Hudson
LGTM modulo: the asserts and conditionals are technically unnecessary if you really have an SkStreamAsset, ...
4 years, 5 months ago (2016-06-29 12:15:36 UTC) #9
hal.canary
On 2016/06/29 12:15:36, Tom Hudson wrote: > LGTM modulo: > > the asserts and conditionals ...
4 years, 5 months ago (2016-06-29 13:13:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2098393002/1
4 years, 5 months ago (2016-06-29 13:13:41 UTC) #12
Tom Hudson
On 2016/06/29 13:13:31, Hal Canary wrote: > Officially, yes, but a client could write an ...
4 years, 5 months ago (2016-06-29 13:14:50 UTC) #13
hal.canary
On 2016/06/29 13:14:50, Tom Hudson wrote: > On 2016/06/29 13:13:31, Hal Canary wrote: > > ...
4 years, 5 months ago (2016-06-29 13:16:53 UTC) #14
commit-bot: I haz the power
4 years, 5 months ago (2016-06-29 13:31:38 UTC) #16
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/29ed2ae2daa843c8ef955df34b26e672c67b14f3

Powered by Google App Engine
This is Rietveld 408576698