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

Unified Diff: cc/blimp/engine_picture_cache.h

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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: cc/blimp/engine_picture_cache.h
diff --git a/cc/blimp/engine_picture_cache.h b/cc/blimp/engine_picture_cache.h
index d198b32ad7b7636536c88da708f53a3cc645625c..f21ea919f986c21e25e050c04509b03a1669a36d 100644
--- a/cc/blimp/engine_picture_cache.h
+++ b/cc/blimp/engine_picture_cache.h
@@ -7,7 +7,7 @@
#include <vector>
-class SkPicture;
+#include "skia/ext/cdl_common.h"
namespace cc {
struct PictureData;
@@ -21,7 +21,7 @@ class EnginePictureCache {
virtual ~EnginePictureCache() {}
// MarkUsed must be called when an SkPicture needs to available on the client.
- virtual void MarkUsed(const SkPicture* picture) = 0;
+ virtual void MarkUsed(const CdlPicture* picture) = 0;
// Called when a PictureCacheUpdate is going to be sent to the client. This
// must contain all the new SkPictures that are in use since last call.
« no previous file with comments | « cc/blimp/compositor_state_deserializer_unittest.cc ('k') | cc/blimp/layer_tree_host_unittest_serialization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698