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

Unified Diff: cc/test/push_properties_counting_layer.h

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/fake_remote_compositor_bridge.cc ('k') | cc/test/push_properties_counting_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/push_properties_counting_layer.h
diff --git a/cc/test/push_properties_counting_layer.h b/cc/test/push_properties_counting_layer.h
index 76d2e750c0171f39390588852bfa3a783979b9d1..419da86a7f8ac3163a58d6992a166ff55b06aecd 100644
--- a/cc/test/push_properties_counting_layer.h
+++ b/cc/test/push_properties_counting_layer.h
@@ -24,8 +24,7 @@ class PushPropertiesCountingLayer : public Layer {
// Layer implementation.
void PushPropertiesTo(LayerImpl* layer) override;
std::unique_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) override;
- void ToLayerPropertiesProto(proto::LayerUpdate* layer_update,
- bool inputs_only) override;
+ void ToLayerPropertiesProto(proto::LayerProperties* proto) override;
void SetTypeForProtoSerialization(proto::LayerNode* proto) const override;
// Something to make this layer push properties, but no other layer.
« no previous file with comments | « cc/test/fake_remote_compositor_bridge.cc ('k') | cc/test/push_properties_counting_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698