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

Unified Diff: cc/test/fake_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 | « cc/resources/video_resource_updater.cc ('k') | cc/test/fake_client_picture_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_client_picture_cache.h
diff --git a/cc/test/fake_client_picture_cache.h b/cc/test/fake_client_picture_cache.h
index 4c7d571776d1f3a407625a51a49cbdb5d2e30b0e..9bd51afe4e36ba0c0c89c2cc4f0d7fbc86ef1620 100644
--- a/cc/test/fake_client_picture_cache.h
+++ b/cc/test/fake_client_picture_cache.h
@@ -25,7 +25,7 @@ class FakeClientPictureCache : public ClientPictureCache {
// ClientPictureCache implementation.
void MarkUsed(uint32_t engine_picture_id) override;
- sk_sp<const SkPicture> GetPicture(uint32_t unique_id) override;
+ sk_sp<const CdlPicture> GetPicture(uint32_t unique_id) override;
void ApplyCacheUpdate(const std::vector<PictureData>& cache_update) override;
void Flush() override;
« no previous file with comments | « cc/resources/video_resource_updater.cc ('k') | cc/test/fake_client_picture_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698