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

Unified Diff: include/core/SkDrawFilter.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: include/core/SkDrawFilter.h
diff --git a/include/core/SkDrawFilter.h b/include/core/SkDrawFilter.h
index 52cbba9d20f15de74e6135f109f45d7c5cf35a52..26771beae5815a47b2aab991cf3ecaa7912a9b52 100644
--- a/include/core/SkDrawFilter.h
+++ b/include/core/SkDrawFilter.h
@@ -35,10 +35,11 @@ public:
kOval_Type,
kPath_Type,
kText_Type,
+ kImage_Type,
};
enum {
- kTypeCount = kText_Type + 1
+ kTypeCount = kImage_Type + 1
};
/**
« include/core/SkDevice.h ('K') | « include/core/SkDevice.h ('k') | include/core/SkImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698