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

Unified Diff: src/image/SkImage_Base.h

Issue 920513003: Make filters use SkImage instead of SkBitmap Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 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: src/image/SkImage_Base.h
diff --git a/src/image/SkImage_Base.h b/src/image/SkImage_Base.h
index ca0559ffd0cc17c126f6e83a9606fbd019958cac..cfb6ce1178342f770165a66be0058a63dfcf7b8d 100644
--- a/src/image/SkImage_Base.h
+++ b/src/image/SkImage_Base.h
@@ -65,6 +65,7 @@ public:
virtual void onPreroll() const {}
+ virtual size_t getSize() const = 0;
private:
const SkSurfaceProps fProps;

Powered by Google App Engine
This is Rietveld 408576698