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

Unified Diff: cc/layers/layer.h

Issue 2456093003: Enable more layer_tree_host_unittest for LayerTreeHostRemote. (Closed)
Patch Set: Minor polish on refactored test class. 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/blimp/layer_tree_host_remote_unittest.cc ('k') | cc/layers/layer_proto_converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 8c8d9917eb4156b81964710667a5023268dfa01c..d1b96632696c23c6d9a7eca494baf54a70c215eb 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -377,8 +377,8 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
// a LayerImpl, it pushes the properties to proto::LayerProperties. It is
// called only on layers that have changed properties. The properties
// themselves are pushed to proto::LayerProperties.
- void ToLayerPropertiesProto(proto::LayerUpdate* layer_update,
- bool inputs_only);
+ virtual void ToLayerPropertiesProto(proto::LayerUpdate* layer_update,
+ bool inputs_only);
// Read all property values from the given LayerProperties object and update
// the current layer. The values for |needs_push_properties_| and
« no previous file with comments | « cc/blimp/layer_tree_host_remote_unittest.cc ('k') | cc/layers/layer_proto_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698