| Index: cc/thread_proxy.h
|
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
|
| index cc7842ba3f336158c42a34d2948cc5605b8111f0..a2edef78b28d90dd933ad0dc73d4172d0025fa05 100644
|
| --- a/cc/thread_proxy.h
|
| +++ b/cc/thread_proxy.h
|
| @@ -52,6 +52,7 @@ public:
|
| virtual size_t maxPartialTextureUpdates() const OVERRIDE;
|
| virtual void acquireLayerTextures() OVERRIDE;
|
| virtual void forceSerializeOnSwapBuffers() OVERRIDE;
|
| + virtual void setShowFPSCounter(bool show) OVERRIDE;
|
|
|
| // CCLayerTreeHostImplClient implementation
|
| virtual void didLoseContextOnImplThread() OVERRIDE;
|
| @@ -126,6 +127,7 @@ private:
|
| CCScheduledActionDrawAndSwapResult scheduledActionDrawAndSwapInternal(bool forcedDraw);
|
| void forceSerializeOnSwapBuffersOnImplThread(CCCompletionEvent*);
|
| void setNeedsForcedCommitOnImplThread();
|
| + void setShowFPSCounterOnImplThread(bool show);
|
|
|
| // Accessed on main thread only.
|
| bool m_animateRequested; // Set only when setNeedsAnimate is called.
|
|
|