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

Unified Diff: cc/trees/remote_channel_main.cc

Issue 2314933004: cc/blimp: Remove the LayerTreeSettings 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
« no previous file with comments | « cc/trees/layer_tree_settings_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/remote_channel_main.cc
diff --git a/cc/trees/remote_channel_main.cc b/cc/trees/remote_channel_main.cc
index 4487d094a0267fbc8b028557d3d189d3ca3e07f1..5f28a2f1442b431eb270022258da7a21c059b4d5 100644
--- a/cc/trees/remote_channel_main.cc
+++ b/cc/trees/remote_channel_main.cc
@@ -233,11 +233,6 @@ void RemoteChannelMain::SynchronouslyInitializeImpl(
proto::CompositorMessageToImpl* to_impl_proto = proto.mutable_to_impl();
to_impl_proto->set_message_type(
proto::CompositorMessageToImpl::INITIALIZE_IMPL);
- proto::InitializeImpl* initialize_impl_proto =
- to_impl_proto->mutable_initialize_impl_message();
- proto::LayerTreeSettings* settings_proto =
- initialize_impl_proto->mutable_layer_tree_settings();
- layer_tree_host->settings().ToProtobuf(settings_proto);
VLOG(1) << "Sending initialize message to client";
SendMessageProto(proto);
« no previous file with comments | « cc/trees/layer_tree_settings_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698