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

Unified Diff: base/threading/thread_restrictions.h

Issue 11085054: Aura: Allow browser UI thread waiting for compositor commits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months 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 | « no previous file | cc/CCCompletionEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/thread_restrictions.h
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
index acc1b2137179111983185cb39590e3a6984887d3..c75f052b2f75b6fe91145e9ad564caec33a2e3cd 100644
--- a/base/threading/thread_restrictions.h
+++ b/base/threading/thread_restrictions.h
@@ -29,6 +29,9 @@ namespace browser_sync {
class NonFrontendDataTypeController;
class UIModelWorker;
}
+namespace cc {
+class CCCompletionEvent;
+}
namespace chromeos {
class AudioMixerAlsa;
class BlockingMethodCaller;
@@ -178,6 +181,7 @@ class BASE_EXPORT ThreadRestrictions {
friend class chrome_browser_net::Predictor; // http://crbug.com/78451
friend class
content::BrowserGpuChannelHostFactory; // http://crbug.com/125248
+ friend class cc::CCCompletionEvent; // http://crbug.com/FIXME
tfarina 2012/10/11 00:13:22 did you really mean crbug.com/FIXME?
friend class content::GLHelper; // http://crbug.com/125415
friend class dbus::Bus; // http://crbug.com/125222
friend class disk_cache::BackendImpl; // http://crbug.com/74623
« no previous file with comments | « no previous file | cc/CCCompletionEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698