| Index: cc/thread_proxy.h
|
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
|
| index 0cc188f63ba9dcc32478221e40934e9288f5664e..0ef106b7ec12c969ad49e4b3227e05de716b9429 100644
|
| --- a/cc/thread_proxy.h
|
| +++ b/cc/thread_proxy.h
|
| @@ -62,6 +62,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 hasPendingTree) OVERRIDE;
|
| virtual void setNeedsRedrawOnImplThread() OVERRIDE;
|
|
|