diff options
Diffstat (limited to 'cc/trees/single_thread_proxy.h')
-rw-r--r-- | cc/trees/single_thread_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h index 474fb1f..14960b7 100644 --- a/cc/trees/single_thread_proxy.h +++ b/cc/trees/single_thread_proxy.h @@ -51,7 +51,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient { // LayerTreeHostImplClient implementation virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE; virtual void OnSwapBuffersCompleteOnImplThread() OVERRIDE {} - virtual void BeginFrameOnImplThread(const BeginFrameArgs& args) + virtual void BeginImplFrame(const BeginFrameArgs& args) OVERRIDE {} virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE; virtual void NotifyReadyToActivate() OVERRIDE; |