Chromium Code Reviews| Index: cc/thread_proxy.h |
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h |
| index af80530c208f3fb9f18033496e7ad5539a3b34fb..321762868cdf4276bd5e6aa8223cce69e6e7acc6 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 checkLostOutputSurfaceOnImplThread(); |
|
jamesr
2012/12/18 05:44:41
naming nit: checkOutputSurfaceStatus ?
danakj
2012/12/18 21:26:59
Done.
|
| + void loseOutputSurfaceOnImplThread(); |
| void commitPendingOnImplThreadForTesting(CommitPendingRequest* request); |
| // Accessed on main thread only. |