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

Unified Diff: cc/layers/picture_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/layer_unittest.cc ('k') | cc/layers/picture_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/picture_layer.h
diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
index 84a906f0862bd5fab341072b580577675e1582ef..1aa5303c48dd83dbefc50d8d6cf4bb640d7af634 100644
--- a/cc/layers/picture_layer.h
+++ b/cc/layers/picture_layer.h
@@ -72,7 +72,8 @@ class CC_EXPORT PictureLayer : public Layer {
bool HasDrawableContent() const override;
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/layer_unittest.cc ('k') | cc/layers/picture_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698