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

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..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.

Powered by Google App Engine
This is Rietveld 408576698