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

Unified Diff: cc/layers/layer.cc

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Clean up comments, fix mac build 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 18950017962c82b048374b1a8d292d5e0c88ba45..9b97f5b1d637b8d399a400b097e9485d7d57f25e 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<PaintRecord> Layer::GetPicture() const {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698