| Index: cc/single_thread_proxy.h | 
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h | 
| index 9eb02807e40d710122262fec9de378ae4d823de0..c1095f7ad12f5565ab55e8011d5e9ef41c9f3acf 100644 | 
| --- a/cc/single_thread_proxy.h | 
| +++ b/cc/single_thread_proxy.h | 
| @@ -49,7 +49,7 @@ public: | 
| virtual bool commitPendingForTesting() OVERRIDE; | 
|  | 
| // LayerTreeHostImplClient implementation | 
| -    virtual void didLoseOutputSurfaceOnImplThread() OVERRIDE { } | 
| +    virtual void didLoseOutputSurfaceOnImplThread() OVERRIDE; | 
| virtual void onSwapBuffersCompleteOnImplThread() OVERRIDE; | 
| virtual void onVSyncParametersChanged(base::TimeTicks timebase, base::TimeDelta interval) OVERRIDE { } | 
| virtual void onCanDrawStateChanged(bool canDraw) OVERRIDE { } | 
|  |