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

Unified Diff: cc/trees/layer_tree.h

Issue 2375363002: cc/blimp: Set up the framework for state serialization. (Closed)
Patch Set: tests 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
Index: cc/trees/layer_tree.h
diff --git a/cc/trees/layer_tree.h b/cc/trees/layer_tree.h
index 9df09e6264ac5c2893c1daf1e43e01a381ca9c9c..810a6dc42e2b1a615db502ed519534eae259fbe3 100644
--- a/cc/trees/layer_tree.h
+++ b/cc/trees/layer_tree.h
@@ -183,7 +183,7 @@ class CC_EXPORT LayerTree : public MutatorHostClient {
void PushPropertiesTo(LayerTreeImpl* tree_impl);
- void ToProtobuf(proto::LayerTree* proto);
+ void ToProtobuf(proto::LayerTree* proto, bool inputs_only);
void FromProtobuf(const proto::LayerTree& proto);
AnimationHost* animation_host() const { return animation_host_.get(); }

Powered by Google App Engine
This is Rietveld 408576698