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

Unified Diff: cc/blimp/client_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
« no previous file with comments | « apps/ui/views/app_window_frame_view.cc ('k') | cc/blimp/compositor_state_deserializer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blimp/client_picture_cache.h
diff --git a/cc/blimp/client_picture_cache.h b/cc/blimp/client_picture_cache.h
index ddee6a32dde862056786bb847c4caadcba9e6282..1865eca6b131ee22b30c0f7777f31935f663256b 100644
--- a/cc/blimp/client_picture_cache.h
+++ b/cc/blimp/client_picture_cache.h
@@ -7,10 +7,9 @@
#include <vector>
+#include "skia/ext/cdl_common.h"
#include "third_party/skia/include/core/SkRefCnt.h"
-class SkPicture;
-
namespace cc {
struct PictureData;
@@ -30,7 +29,7 @@ class ClientPictureCache {
// Retrieves an SkPicture from the in-memory cache. It is required that the
// provided ID is the same as the unique ID that is given through the cache
// update.
- virtual sk_sp<const SkPicture> GetPicture(uint32_t engine_picture_id) = 0;
+ virtual sk_sp<const CdlPicture> GetPicture(uint32_t engine_picture_id) = 0;
// Called when a PictureCacheUpdate has been retrieved from the engine. This
// must contain all the new SkPictures that are in use.
« no previous file with comments | « apps/ui/views/app_window_frame_view.cc ('k') | cc/blimp/compositor_state_deserializer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698