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

Unified Diff: cc/trees/layer_tree.h

Issue 2493523003: cc: Remove unused proto conversion code. (Closed)
Patch Set: test 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/test/serialization_test_utils.cc ('k') | cc/trees/layer_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree.h
diff --git a/cc/trees/layer_tree.h b/cc/trees/layer_tree.h
index fe28384d381df6cebc037d77db0428a9ad0576df..f14af5711efb1718a3193ce667f4a0d3feec101f 100644
--- a/cc/trees/layer_tree.h
+++ b/cc/trees/layer_tree.h
@@ -192,8 +192,7 @@ class CC_EXPORT LayerTree : public MutatorHostClient {
void PushPropertiesTo(LayerTreeImpl* tree_impl,
float unapplied_page_scale_delta);
- void ToProtobuf(proto::LayerTree* proto, bool inputs_only);
- void FromProtobuf(const proto::LayerTree& proto);
+ void ToProtobuf(proto::LayerTree* proto);
MutatorHost* mutator_host() const { return mutator_host_; }
@@ -216,8 +215,6 @@ class CC_EXPORT LayerTree : public MutatorHostClient {
// ---------------------------------------------------------------------
private:
- friend class LayerTreeHostSerializationTest;
-
// MutatorHostClient implementation.
bool IsElementInList(ElementId element_id,
ElementListType list_type) const override;
« no previous file with comments | « cc/test/serialization_test_utils.cc ('k') | cc/trees/layer_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698