| Index: cc/thread_proxy.h | 
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h | 
| index c1645398f0724e61813819c7385663aac62b849b..3bd133cb7ca6f6a5e618a8eb99591245a1d90269 100644 | 
| --- a/cc/thread_proxy.h | 
| +++ b/cc/thread_proxy.h | 
| @@ -140,6 +140,7 @@ private: | 
| ScheduledActionDrawAndSwapResult scheduledActionDrawAndSwapInternal(bool forcedDraw); | 
| void forceSerializeOnSwapBuffersOnImplThread(CompletionEvent*); | 
| void setNeedsForcedCommitOnImplThread(); | 
| +    void checkOutputSurfaceStatusOnImplThread(); | 
| void commitPendingOnImplThreadForTesting(CommitPendingRequest* request); | 
| void capturePictureOnImplThread(CompletionEvent*, skia::RefPtr<SkPicture>*); | 
|  | 
|  |