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

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: Rebase 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/completion_event.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 3effc9c6a30dce20f135914533b1114b1d2d4c25..61a269f349c158d5ba7d59570930567728de4706 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;
@@ -168,6 +171,7 @@ class BASE_EXPORT ThreadRestrictions {
friend class ::HistogramSynchronizer;
friend class ::ScopedAllowWaitForLegacyWebViewApi;
friend class ::TestingAutomationProvider;
+ friend class cc::CCCompletionEvent;
friend class remoting::AutoThread;
friend class SequencedWorkerPool;
friend class SimpleThread;
« no previous file with comments | « no previous file | cc/completion_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698