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

Unified Diff: cc/test/push_properties_counting_layer.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 | « cc/test/push_properties_counting_layer.h ('k') | cc/test/remote_compositor_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/push_properties_counting_layer.cc
diff --git a/cc/test/push_properties_counting_layer.cc b/cc/test/push_properties_counting_layer.cc
index cb0bf3cbe3be1b712187cf1a3e5bd89bec0792e4..5719cc2cf9a55fe9b847f98fb8a7654015e22b69 100644
--- a/cc/test/push_properties_counting_layer.cc
+++ b/cc/test/push_properties_counting_layer.cc
@@ -32,9 +32,8 @@ std::unique_ptr<LayerImpl> PushPropertiesCountingLayer::CreateLayerImpl(
}
void PushPropertiesCountingLayer::ToLayerPropertiesProto(
- proto::LayerUpdate* layer_update,
- bool inputs_only) {
- Layer::ToLayerPropertiesProto(layer_update, inputs_only);
+ proto::LayerProperties* proto) {
+ Layer::ToLayerPropertiesProto(proto);
AddPushPropertiesCount();
}
« no previous file with comments | « cc/test/push_properties_counting_layer.h ('k') | cc/test/remote_compositor_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698