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

Unified Diff: cc/test/fake_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
« no previous file with comments | « cc/test/fake_content_layer_client.cc ('k') | cc/test/fake_engine_picture_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_engine_picture_cache.h
diff --git a/cc/test/fake_engine_picture_cache.h b/cc/test/fake_engine_picture_cache.h
index 4510419516c1a66fe7111b023bf8094b62fdccf6..78f82ddbe39c6fccf340996a94fc09deddb066f5 100644
--- a/cc/test/fake_engine_picture_cache.h
+++ b/cc/test/fake_engine_picture_cache.h
@@ -11,8 +11,7 @@
#include "base/macros.h"
#include "cc/blimp/engine_picture_cache.h"
-
-class SkPicture;
+#include "skia/ext/cdl_common.h"
namespace cc {
class DisplayItemList;
@@ -29,7 +28,7 @@ class FakeEnginePictureCache : public EnginePictureCache {
// EnginePictureCache implementation.
std::vector<PictureData> CalculateCacheUpdateAndFlush() override;
- void MarkUsed(const SkPicture* picture) override;
+ void MarkUsed(const CdlPicture* picture) override;
private:
PictureCacheModel* model_;
« no previous file with comments | « cc/test/fake_content_layer_client.cc ('k') | cc/test/fake_engine_picture_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698