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

Unified Diff: cc/layers/layer.cc

Issue 2678903003: cc: Clean up naming of paint-related identifiers (Closed)
Patch Set: Created 3 years, 10 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 5a4a4c9d8935ade65c534242fc567184ab65d2bf..3446f38d659eca9b59008e00b341ce81d6f840f6 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -217,7 +217,7 @@ bool Layer::IsPropertyChangeAllowed() const {
return !layer_tree_host_->in_paint_layer_contents();
}
-sk_sp<PaintRecord> Layer::GetPicture() const {
+sk_sp<SkPicture> Layer::GetPicture() const {
return nullptr;
}
« cc/layers/layer.h ('K') | « cc/layers/layer.h ('k') | cc/layers/picture_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698