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

Unified Diff: ash/mus/window_manager.h

Issue 2752903002: Make ui::test::EventGenerator work with PointerEvents in mash (Closed)
Patch Set: Created 3 years, 9 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: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index 73d675a12c8081349e9a5e3b603101c7bbec1706..4daca5bf2069c4f6a463d12e5e8d4dca656d2660 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -46,6 +46,7 @@ class ScreenMus;
class ShellDelegate;
namespace test {
+class AshEventGeneratorDelegate;
class AshTestHelper;
}
@@ -105,7 +106,8 @@ class WindowManager : public aura::WindowManagerDelegate,
std::unique_ptr<aura::WindowTreeHostMus> window_tree_host);
private:
- friend class ash::test::AshTestHelper;
+ friend class test::AshEventGeneratorDelegate;
+ friend class test::AshTestHelper;
friend class WmTestHelper;
using RootWindowControllers = std::set<std::unique_ptr<RootWindowController>>;

Powered by Google App Engine
This is Rietveld 408576698