Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3628)

Unified Diff: cc/thread_proxy.h

Issue 11606012: cc: Unify context losing machinery (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698