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

Unified Diff: include/core/SkDevice.h

Issue 1919063002: Image filters: de-nest SkImageFilter::Cache and Cache::Key. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix copyright Created 4 years, 8 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 | « include/core/SkBitmapDevice.h ('k') | include/core/SkImageFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkDevice.h
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index 5301d1e3ffca189f285228f1ec3331510a662f7c..73c35c33419f0934797ae7994ab1732b4c35558a 100644
--- a/include/core/SkDevice.h
+++ b/include/core/SkDevice.h
@@ -11,13 +11,13 @@
#include "SkRefCnt.h"
#include "SkCanvas.h"
#include "SkColor.h"
-#include "SkImageFilter.h"
#include "SkSurfaceProps.h"
class SkBitmap;
class SkClipStack;
class SkDraw;
class SkDrawFilter;
+class SkImageFilterCache;
struct SkIRect;
class SkMatrix;
class SkMetaData;
@@ -394,7 +394,7 @@ private:
*/
virtual void flush() {}
- virtual SkImageFilter::Cache* getImageFilterCache() { return NULL; }
+ virtual SkImageFilterCache* getImageFilterCache() { return NULL; }
SkIPoint fOrigin;
SkMetaData* fMetaData;
« no previous file with comments | « include/core/SkBitmapDevice.h ('k') | include/core/SkImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698