Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index db3a502bced411815c3178ecaf36cb7515e6f71d..4f26d353179eb9295feaa437d42d3b5e7846fc60 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -68,7 +68,7 @@ class ThreadProxy : public Proxy, |
scoped_refptr<ContextProvider> offscreen_context_provider) OVERRIDE; |
virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE; |
virtual void OnSwapBuffersCompleteOnImplThread() OVERRIDE; |
- virtual void BeginFrameOnImplThread(base::TimeTicks frame_time) OVERRIDE; |
+ virtual void BeginFrameOnImplThread(const BeginFrameArgs& args) OVERRIDE; |
virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE; |
virtual void OnHasPendingTreeStateChanged(bool has_pending_tree) OVERRIDE; |
virtual void SetNeedsRedrawOnImplThread() OVERRIDE; |