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

Unified Diff: cc/trees/layer_tree_host_in_process.cc

Issue 2375363002: cc/blimp: Set up the framework for state serialization. (Closed)
Patch Set: Created 4 years, 3 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/trees/layer_tree_host_in_process.cc
diff --git a/cc/trees/layer_tree_host_in_process.cc b/cc/trees/layer_tree_host_in_process.cc
index 1222ccda151d333a3494be70b1deacd8664dcfdd..1456faae4758d34450532efdfd513aab19172b8d 100644
--- a/cc/trees/layer_tree_host_in_process.cc
+++ b/cc/trees/layer_tree_host_in_process.cc
@@ -978,7 +978,7 @@ void LayerTreeHostInProcess::ToProtobufForCommit(
// Serialize the LayerTree before serializing the properties. During layer
// property serialization, we clear the list |layer_that_should_properties_|
// from the LayerTree.
- layer_tree_->ToProtobuf(proto->mutable_layer_tree());
+ layer_tree_->ToProtobuf(proto->mutable_layer_tree(), false);
LayerProtoConverter::SerializeLayerProperties(this,
proto->mutable_layer_updates());

Powered by Google App Engine
This is Rietveld 408576698