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

Unified Diff: src/core/SkStreamPriv.h

Issue 1520403003: Prototype of RAW decoding in Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/codec/SkRawCodec.cpp ('K') | « src/core/SkStream.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkStreamPriv.h
diff --git a/src/core/SkStreamPriv.h b/src/core/SkStreamPriv.h
index b82f7d84e9de0227705f864e4fe3724cbdc0aefb..9d3bfee300d4e8f95312d964b645afff07628bea 100644
--- a/src/core/SkStreamPriv.h
+++ b/src/core/SkStreamPriv.h
@@ -9,6 +9,7 @@
#define SkStreamPriv_DEFINED
class SkAutoMalloc;
+class SkDynamicMemoryWStream;
class SkStream;
class SkStreamRewindable;
class SkData;
@@ -48,5 +49,6 @@ SkStreamRewindable* SkStreamRewindableFromSkStream(SkStream* stream);
* Does not rewind the input stream.
*/
bool SkStreamCopy(SkWStream* out, SkStream* input);
+bool SkStreamCopyToDynamicMemoryW(SkDynamicMemoryWStream* out, SkStream* input);
scroggo 2016/01/11 17:44:02 Reviewing this has forced me to take a long hard l
yujieqin 2016/01/13 15:29:41 reverted.
#endif // SkStreamPriv_DEFINED
« src/codec/SkRawCodec.cpp ('K') | « src/core/SkStream.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698