Index: cc/trees/effect_node.h |
diff --git a/cc/trees/effect_node.h b/cc/trees/effect_node.h |
index a38acdd241f0558cedf3e3ae6b8e25d98b0e2505..e1699be82e38bcd1c6963f8b17f6e8dc8ff48cf7 100644 |
--- a/cc/trees/effect_node.h |
+++ b/cc/trees/effect_node.h |
@@ -21,10 +21,6 @@ namespace cc { |
class RenderSurfaceImpl; |
-namespace proto { |
-class TreeNode; |
-} // namespace proto |
- |
struct CC_EXPORT EffectNode { |
EffectNode(); |
EffectNode(const EffectNode& other); |
@@ -72,8 +68,6 @@ struct CC_EXPORT EffectNode { |
bool operator==(const EffectNode& other) const; |
- void ToProtobuf(proto::TreeNode* proto) const; |
- void FromProtobuf(const proto::TreeNode& proto); |
void AsValueInto(base::trace_event::TracedValue* value) const; |
}; |