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

Unified Diff: cc/proxy.h

Issue 11478039: cc: Force layer tree tests to go idle before exiting. (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
« no previous file with comments | « cc/layer_tree_host_unittest.cc ('k') | cc/single_thread_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proxy.h
diff --git a/cc/proxy.h b/cc/proxy.h
index 7315cfff172c58dade0c48406da5f62de2bade3c..e319f9f281228b570bddb7d6b702c2fa8632d0ed 100644
--- a/cc/proxy.h
+++ b/cc/proxy.h
@@ -98,6 +98,7 @@ public:
// Testing hooks
virtual void loseOutputSurface() = 0;
+ virtual bool commitPendingForTesting() = 0;
protected:
explicit Proxy(scoped_ptr<Thread> implThread);
« no previous file with comments | « cc/layer_tree_host_unittest.cc ('k') | cc/single_thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698