| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index 53927f03c397b2d1d8b8c2d41fd91a620cddc291..e98257c97aee25fa5c4f970d908d4f88c4dbfacb 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -215,7 +215,7 @@ public:
|
|
|
| AnimationRegistrar* animationRegistrar() const { return m_animationRegistrar.get(); }
|
|
|
| - void setDebugState(const LayerTreeDebugState& debugState) { m_debugState = debugState; }
|
| + void setDebugState(const LayerTreeDebugState& debugState);
|
| const LayerTreeDebugState& debugState() const { return m_debugState; }
|
|
|
| void savePaintTime(const base::TimeDelta& totalPaintTime);
|
|
|