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

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: * Add DNG scaling. * Adress all 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/core/SkStream.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..dc22cf7b7b91de23a3601d2c66e460516bd372cf 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 SkStreamCopy(SkDynamicMemoryWStream* out, SkStream* input);
scroggo 2016/01/08 19:11:49 Should this have a different name? Is it potential
yujieqin 2016/01/11 14:03:08 Done.
#endif // SkStreamPriv_DEFINED
« src/core/SkStream.cpp ('K') | « src/core/SkStream.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698