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

Unified Diff: cc/test/fake_client_picture_cache.cc

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_client_picture_cache.h ('k') | cc/test/fake_content_layer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_client_picture_cache.cc
diff --git a/cc/test/fake_client_picture_cache.cc b/cc/test/fake_client_picture_cache.cc
index cf70574205ed6e11d4c7a4e0d7cd2c2014e9ba7a..d66356f281b47ce6bb08a4afe4e8ae122e160040 100644
--- a/cc/test/fake_client_picture_cache.cc
+++ b/cc/test/fake_client_picture_cache.cc
@@ -5,7 +5,7 @@
#include "cc/test/fake_client_picture_cache.h"
#include "cc/test/picture_cache_model.h"
-#include "third_party/skia/include/core/SkPicture.h"
+#include "skia/ext/cdl_picture.h"
namespace cc {
@@ -22,7 +22,7 @@ void FakeClientPictureCache::MarkUsed(uint32_t engine_picture_id) {
used_picture_ids_.push_back(engine_picture_id);
}
-sk_sp<const SkPicture> FakeClientPictureCache::GetPicture(uint32_t unique_id) {
+sk_sp<const CdlPicture> FakeClientPictureCache::GetPicture(uint32_t unique_id) {
if (!model_)
return nullptr;
« no previous file with comments | « cc/test/fake_client_picture_cache.h ('k') | cc/test/fake_content_layer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698