| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index b95607494b9663b0a36a058f7081fa06f4bf20ac..b5b89dced51ceb9a8ae5b967cfc794c0ef813539 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -218,7 +218,7 @@ public:
|
| void setDebugState(const LayerTreeDebugState& debugState);
|
| const LayerTreeDebugState& debugState() const { return m_debugState; }
|
|
|
| - void savePaintTime(const base::TimeDelta& totalPaintTime);
|
| + void savePaintTime(const base::TimeDelta& totalPaintTime, int commitNumber);
|
|
|
| class CC_EXPORT CullRenderPassesWithCachedTextures {
|
| public:
|
|
|