Chromium Code Reviews| Index: cc/CCScheduler.h |
| diff --git a/cc/CCScheduler.h b/cc/CCScheduler.h |
| index 364d14d974f4c3f9b6bbab10e9ae6a7c9bb48c99..ccd680651b5a148d34fb1d6d034381f5b043b4af 100644 |
| --- a/cc/CCScheduler.h |
| +++ b/cc/CCScheduler.h |
| @@ -90,6 +90,8 @@ public: |
| // CCFrameRateControllerClient implementation |
| virtual void vsyncTick(bool throttled) OVERRIDE; |
| + void renderingStats(CCRenderingStats* stats) const; |
| + |
| private: |
| CCScheduler(CCSchedulerClient*, PassOwnPtr<CCFrameRateController>); |