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

Unified Diff: cc/layers/layer.cc

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Re-add ios changes Created 3 years, 11 months 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
Index: cc/layers/layer.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index e878a2020fb46732a3fd02938e91947f1fb818ab..f147bb651d6750d74e9cded2fbf6b32268bc31f3 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -220,7 +220,7 @@ bool Layer::IsPropertyChangeAllowed() const {
return !layer_tree_->in_paint_layer_contents();
}
-sk_sp<SkPicture> Layer::GetPicture() const {
+sk_sp<PaintRecord> Layer::GetPicture() const {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698