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

Unified Diff: base/threading/thread_restrictions.h

Issue 1881253002: mus: Implement ScreenMus::GetCursorScreenPoint(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't crash on empty roots. Created 4 years, 8 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
Index: base/threading/thread_restrictions.h
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
index 0ff11967128a70b5a7c87ed4e419718ec2d18c57..23b5f486c5ad45d9e302141a54a48fe3aafdab8a 100644
--- a/base/threading/thread_restrictions.h
+++ b/base/threading/thread_restrictions.h
@@ -66,6 +66,7 @@ class MessagePumpMojo;
namespace mus {
class CommandBufferLocal;
class GpuState;
+class WindowTreeClientImpl;
}
namespace net {
class NetworkChangeNotifierMac;
@@ -82,10 +83,6 @@ namespace ui {
class WindowResizeHelperMac;
}
-namespace views {
-class ScreenMus;
-}
-
namespace base {
namespace android {
@@ -235,7 +232,7 @@ class BASE_EXPORT ThreadRestrictions {
#if !defined(OFFICIAL_BUILD)
friend class content::SoftwareOutputDeviceMus; // Interim non-production code
#endif
- friend class views::ScreenMus;
+ friend class mus::WindowTreeClientImpl;
// END USAGE THAT NEEDS TO BE FIXED.
#if ENABLE_THREAD_RESTRICTIONS
« no previous file with comments | « no previous file | components/mus/public/cpp/lib/window_tree_client_impl.h » ('j') | components/mus/ws/window_tree.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698