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

Unified Diff: include/codec/SkCodec.h

Issue 1385703002: SkScaledCodec should implement onRewind() (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | include/codec/SkScaledCodec.h » ('j') | tests/CodexTest.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/codec/SkCodec.h
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h
index c0cce853a3aa07e36668bb497883bed2da4b1515..3f9f561afdf1dc7e5446e9e253041a88a9f3933f 100644
--- a/include/codec/SkCodec.h
+++ b/include/codec/SkCodec.h
@@ -477,5 +477,6 @@ private:
return kUnimplemented;
}
+ friend class SkScaledCodec;
};
#endif // SkCodec_DEFINED
« no previous file with comments | « no previous file | include/codec/SkScaledCodec.h » ('j') | tests/CodexTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698