| Index: cc/thread_proxy.h | 
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h | 
| index af80530c208f3fb9f18033496e7ad5539a3b34fb..c528feaa21754c29b36c6a648e24878b7334bdc3 100644 | 
| --- a/cc/thread_proxy.h | 
| +++ b/cc/thread_proxy.h | 
| @@ -132,6 +132,8 @@ private: | 
| ScheduledActionDrawAndSwapResult scheduledActionDrawAndSwapInternal(bool forcedDraw); | 
| void forceSerializeOnSwapBuffersOnImplThread(CompletionEvent*); | 
| void setNeedsForcedCommitOnImplThread(); | 
| +    void checkOutputSurfaceStatusOnImplThread(); | 
| +    void loseOutputSurfaceOnImplThread(); | 
| void commitPendingOnImplThreadForTesting(CommitPendingRequest* request); | 
|  | 
| // Accessed on main thread only. | 
|  |