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

Unified Diff: cc/trees/clip_node.h

Issue 2493853002: cc/blimp: Proto Cleanup. (Closed)
Patch Set: Rebase 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/layer_tree_test.cc ('k') | cc/trees/clip_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/clip_node.h
diff --git a/cc/trees/clip_node.h b/cc/trees/clip_node.h
index fe315d460528f20b3e10a66d55842edbe5dffe93..5ce9f9b645ab4687ca6fd1f74d73cd7acdca3e50 100644
--- a/cc/trees/clip_node.h
+++ b/cc/trees/clip_node.h
@@ -16,10 +16,6 @@ class TracedValue;
namespace cc {
-namespace proto {
-class TreeNode;
-} // namespace proto
-
struct CC_EXPORT ClipNode {
ClipNode();
ClipNode(const ClipNode& other);
@@ -82,8 +78,6 @@ struct CC_EXPORT ClipNode {
bool operator==(const ClipNode& other) const;
- void ToProtobuf(proto::TreeNode* proto) const;
- void FromProtobuf(const proto::TreeNode& proto);
void AsValueInto(base::trace_event::TracedValue* value) const;
};
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/trees/clip_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698