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

Unified Diff: include/codec/SkScaledCodec.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
Index: include/codec/SkScaledCodec.h
diff --git a/include/codec/SkScaledCodec.h b/include/codec/SkScaledCodec.h
index 20428d8d73f40b0a391dfa061131fe1358fbb27c..4ed0d633addb7ffdd42a095cab5f45bbaa6e2ba4 100644
--- a/include/codec/SkScaledCodec.h
+++ b/include/codec/SkScaledCodec.h
@@ -42,6 +42,8 @@ public:
int* sampleSizeX, int* sampleSizeY);
protected:
+ bool onRewind() override;
+
/**
* Recommend a set of destination dimensions given a requested scale
*/
« no previous file with comments | « include/codec/SkCodec.h ('k') | src/codec/SkScaledCodec.cpp » ('j') | tests/CodexTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698