| Index: cc/CCLayerTreeHostImpl.h
|
| diff --git a/cc/CCLayerTreeHostImpl.h b/cc/CCLayerTreeHostImpl.h
|
| index a0c91359ec4b43ff07132df293d3816022616f43..668a8a82058a5a62fefb18bd522eb7ff807ee163 100644
|
| --- a/cc/CCLayerTreeHostImpl.h
|
| +++ b/cc/CCLayerTreeHostImpl.h
|
| @@ -170,7 +170,7 @@ public:
|
|
|
| void setNeedsRedraw();
|
|
|
| - void renderingStats(CCRenderingStats&) const;
|
| + void renderingStats(CCRenderingStats*) const;
|
|
|
| CCFrameRateCounter* fpsCounter() const { return m_fpsCounter.get(); }
|
| CCDebugRectHistory* debugRectHistory() const { return m_debugRectHistory.get(); }
|
|
|