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

Unified Diff: cc/layers/solid_color_scrollbar_layer.cc

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/solid_color_scrollbar_layer.h ('k') | cc/proto/compositor_message.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/solid_color_scrollbar_layer.cc
diff --git a/cc/layers/solid_color_scrollbar_layer.cc b/cc/layers/solid_color_scrollbar_layer.cc
index cdc9a2f3ff0b8415aa1743eab4b4dfdbfbe17c3f..123b7ae677a63e224afeea47c4f876ad69b9fd09 100644
--- a/cc/layers/solid_color_scrollbar_layer.cc
+++ b/cc/layers/solid_color_scrollbar_layer.cc
@@ -119,8 +119,9 @@ void SolidColorScrollbarLayer::SetTypeForProtoSerialization(
}
void SolidColorScrollbarLayer::LayerSpecificPropertiesToProto(
- proto::LayerProperties* proto) {
- Layer::LayerSpecificPropertiesToProto(proto);
+ proto::LayerProperties* proto,
+ bool inputs_only) {
+ Layer::LayerSpecificPropertiesToProto(proto, inputs_only);
proto::SolidColorScrollbarLayerProperties* scrollbar =
proto->mutable_solid_scrollbar();
« no previous file with comments | « cc/layers/solid_color_scrollbar_layer.h ('k') | cc/proto/compositor_message.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698