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

Unified Diff: blimp/client/test/compositor/blimp_compositor_with_fake_host.cc

Issue 2493523003: cc: Remove unused proto conversion code. (Closed)
Patch Set: test Created 4 years, 1 month 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 | « no previous file | cc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/test/compositor/blimp_compositor_with_fake_host.cc
diff --git a/blimp/client/test/compositor/blimp_compositor_with_fake_host.cc b/blimp/client/test/compositor/blimp_compositor_with_fake_host.cc
index af1093f09e21413ff7b18d91d47b7886353cbe54..143f553c23dbbc1016238af3f086e77e126a9d9f 100644
--- a/blimp/client/test/compositor/blimp_compositor_with_fake_host.cc
+++ b/blimp/client/test/compositor/blimp_compositor_with_fake_host.cc
@@ -39,7 +39,7 @@ BlimpCompositorWithFakeHost::CreateFakeUpdate(
layer_tree->SetRootLayer(root_layer);
cc::proto::LayerTree* layer_tree_proto =
message->mutable_layer_tree_host()->mutable_layer_tree();
- layer_tree->ToProtobuf(layer_tree_proto, true);
+ layer_tree->ToProtobuf(layer_tree_proto);
return message;
}
« no previous file with comments | « no previous file | cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698