diff options
Diffstat (limited to 'cc/trees/thread_proxy.h')
-rw-r--r-- | cc/trees/thread_proxy.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h index d11b0a7..5a235e3 100644 --- a/cc/trees/thread_proxy.h +++ b/cc/trees/thread_proxy.h @@ -48,7 +48,6 @@ class ThreadProxy : public Proxy, virtual void SetVisible(bool visible) OVERRIDE; virtual bool InitializeRenderer() OVERRIDE; virtual bool RecreateOutputSurface() OVERRIDE; - virtual void CollectRenderingStats(RenderingStats* stats) OVERRIDE; virtual const RendererCapabilities& GetRendererCapabilities() const OVERRIDE; virtual void SetNeedsAnimate() OVERRIDE; virtual void SetNeedsCommit() OVERRIDE; @@ -174,8 +173,6 @@ class ThreadProxy : public Proxy, scoped_refptr<cc::ContextProvider> offscreen_context_provider, bool* recreate_succeeded, RendererCapabilities* capabilities); - void RenderingStatsOnImplThread(CompletionEvent* completion, - RenderingStats* stats); ScheduledActionDrawAndSwapResult ScheduledActionDrawAndSwapInternal( bool forced_draw); void ForceSerializeOnSwapBuffersOnImplThread(CompletionEvent* completion); @@ -254,9 +251,6 @@ class ThreadProxy : public Proxy, bool inside_draw_; - base::TimeDelta total_commit_time_; - size_t total_commit_count_; - bool defer_commits_; scoped_ptr<BeginFrameAndCommitState> pending_deferred_commit_; |