| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index e5bd963024fddbd885563156a89039da41ff7fe8..8302c08ae5913a7b6ee07a953eed183b370db91f 100644
|
| --- a/cc/single_thread_proxy.h
|
| +++ b/cc/single_thread_proxy.h
|
| @@ -52,6 +52,7 @@ public:
|
| virtual void onSwapBuffersCompleteOnImplThread() OVERRIDE;
|
| virtual void onVSyncParametersChanged(base::TimeTicks timebase, base::TimeDelta interval) OVERRIDE { }
|
| virtual void didVSync(base::TimeTicks frameTime) OVERRIDE { }
|
| + virtual void didReceiveLastInputEventForVSync() OVERRIDE { }
|
| virtual void onCanDrawStateChanged(bool canDraw) OVERRIDE { }
|
| virtual void onHasPendingTreeStateChanged(bool havePendingTree) OVERRIDE;
|
| virtual void setNeedsRedrawOnImplThread() OVERRIDE;
|
|
|