| Index: cc/debug/layer_tree_debug_state.h
|
| diff --git a/cc/debug/layer_tree_debug_state.h b/cc/debug/layer_tree_debug_state.h
|
| index 176c562313ec4ad97997a34394928919552173ef..09ac66de5c8998d8bc71b5ce91d178f4b95d2f0b 100644
|
| --- a/cc/debug/layer_tree_debug_state.h
|
| +++ b/cc/debug/layer_tree_debug_state.h
|
| @@ -43,9 +43,6 @@ class CC_EXPORT LayerTreeDebugState {
|
| bool ShowHudRects() const;
|
| bool ShowMemoryStats() const;
|
|
|
| - void ToProtobuf(proto::LayerTreeDebugState* proto) const;
|
| - void FromProtobuf(const proto::LayerTreeDebugState& proto);
|
| -
|
| static bool Equal(const LayerTreeDebugState& a, const LayerTreeDebugState& b);
|
| static LayerTreeDebugState Unite(const LayerTreeDebugState& a,
|
| const LayerTreeDebugState& b);
|
|
|