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

Unified Diff: cc/layers/layer.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/layers/layer.h ('k') | cc/layers/painted_scrollbar_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index 7362df6c5cc3fbacd5acb720e65ce686d0a7d7ee..4c23cc37e18601bea71ad1b34382c686a3bcc292 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -224,7 +224,7 @@ bool Layer::IsPropertyChangeAllowed() const {
return !layer_tree_->in_paint_layer_contents();
}
-sk_sp<SkPicture> Layer::GetPicture() const {
+sk_sp<CdlPicture> Layer::GetPicture() const {
return nullptr;
}
« no previous file with comments | « cc/layers/layer.h ('k') | cc/layers/painted_scrollbar_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698