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

Unified Diff: cc/layers/solid_color_scrollbar_layer.h

Issue 2375363002: cc/blimp: Set up the framework for state serialization. (Closed)
Patch Set: test update Created 4 years, 2 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/layers/picture_layer_unittest.cc ('k') | cc/layers/solid_color_scrollbar_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/solid_color_scrollbar_layer.h
diff --git a/cc/layers/solid_color_scrollbar_layer.h b/cc/layers/solid_color_scrollbar_layer.h
index 8741efa770b7ce0b11dff9cdcd179e3bba4f9721..2855753af5d7a115726401e9794271bb545dd806 100644
--- a/cc/layers/solid_color_scrollbar_layer.h
+++ b/cc/layers/solid_color_scrollbar_layer.h
@@ -50,7 +50,8 @@ class CC_EXPORT SolidColorScrollbarLayer : public ScrollbarLayerInterface,
// Layer overrides for proto conversions.
void SetTypeForProtoSerialization(proto::LayerNode* proto) const override;
- void LayerSpecificPropertiesToProto(proto::LayerProperties* proto) override;
+ void LayerSpecificPropertiesToProto(proto::LayerProperties* proto,
+ bool inputs_only) override;
void FromLayerSpecificPropertiesProto(
const proto::LayerProperties& proto) override;
« no previous file with comments | « cc/layers/picture_layer_unittest.cc ('k') | cc/layers/solid_color_scrollbar_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698