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

Issue 1604963002: SkStream/Priv cleanups (Closed)

Created:
4 years, 11 months ago by scroggo
Modified:
4 years, 11 months ago
Reviewers:
msarett
CC:
reviews_skia.org, corey.lucier
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

SkStream/Priv cleanups Replace all callers of SkCopyStreamToStorage with SkCopyStreamToData, which is simpler and does the same thing. Remove SkStreamRewindableFromSkStream, which is unused. BUG=skia:4788 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1604963002 Committed: https://skia.googlesource.com/skia/+/a913275bda105fd545af471b724d7e8c1dacb9ae

Patch Set 1 #

Total comments: 7

Patch Set 2 : Update header description #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -111 lines) Patch
M src/core/SkStream.cpp View 2 chunks +0 lines, -64 lines 0 comments Download
M src/core/SkStreamPriv.h View 1 1 chunk +7 lines, -25 lines 0 comments Download
M src/images/SkImageDecoder_astc.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M src/images/SkImageDecoder_libbmp.cpp View 4 chunks +9 lines, -5 lines 0 comments Download
M src/images/SkImageDecoder_libico.cpp View 2 chunks +8 lines, -3 lines 0 comments Download
M src/images/SkImageDecoder_pkm.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M src/ports/SkImageDecoder_CG.cpp View 2 chunks +9 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
scroggo
https://codereview.chromium.org/1604963002/diff/1/src/core/SkStream.cpp File src/core/SkStream.cpp (right): https://codereview.chromium.org/1604963002/diff/1/src/core/SkStream.cpp#newcode889 src/core/SkStream.cpp:889: return SkData::NewFromStream(stream, stream->getLength()); I was initially worried that this ...
4 years, 11 months ago (2016-01-19 15:19:39 UTC) #3
msarett
lgtm https://codereview.chromium.org/1604963002/diff/1/src/core/SkStream.cpp File src/core/SkStream.cpp (right): https://codereview.chromium.org/1604963002/diff/1/src/core/SkStream.cpp#newcode889 src/core/SkStream.cpp:889: return SkData::NewFromStream(stream, stream->getLength()); On 2016/01/19 15:19:38, scroggo wrote: ...
4 years, 11 months ago (2016-01-19 15:32:24 UTC) #4
scroggo
https://codereview.chromium.org/1604963002/diff/1/src/core/SkStream.cpp File src/core/SkStream.cpp (right): https://codereview.chromium.org/1604963002/diff/1/src/core/SkStream.cpp#newcode889 src/core/SkStream.cpp:889: return SkData::NewFromStream(stream, stream->getLength()); On 2016/01/19 15:32:23, msarett wrote: > ...
4 years, 11 months ago (2016-01-19 15:41:26 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1604963002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1604963002/20001
4 years, 11 months ago (2016-01-19 15:41:53 UTC) #8
commit-bot: I haz the power
4 years, 11 months ago (2016-01-19 15:53:45 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/a913275bda105fd545af471b724d7e8c1dacb9ae

Powered by Google App Engine
This is Rietveld 408576698