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

Unified Diff: cc/layers/layer_proto_converter.h

Issue 2251143002: cc: Reland Move data to LayerTree from LayerTreeHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better fix? Created 4 years, 4 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_proto_converter.h
diff --git a/cc/layers/layer_proto_converter.h b/cc/layers/layer_proto_converter.h
index b86ae910f995a54f554bed8751b0ac366a6680b2..3ed9ec06203f539408af1e99dcbe388d053e55f6 100644
--- a/cc/layers/layer_proto_converter.h
+++ b/cc/layers/layer_proto_converter.h
@@ -34,7 +34,7 @@ class CC_EXPORT LayerProtoConverter {
static scoped_refptr<Layer> DeserializeLayerHierarchy(
const scoped_refptr<Layer> existing_root,
const proto::LayerNode& root_node,
- LayerTreeHost* layer_tree_host);
+ LayerTreeHost* layer_tree);
vmpstr 2016/08/17 20:28:15 nit: this is still a layer_tree_host.
// Serializes the properties of all the dirty nodes in the Layer hierarchy.
// The proto::LayerUpdate will contain all nodes that are dirty. These nodes

Powered by Google App Engine
This is Rietveld 408576698