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

Unified Diff: components/mus/ws/server_window_surface_manager_test_api.h

Issue 1998323002: EventDispatcher shouldn't always cancel on a hierarchy change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 7 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: components/mus/ws/server_window_surface_manager_test_api.h
diff --git a/components/mus/ws/server_window_surface_manager_test_api.h b/components/mus/ws/server_window_surface_manager_test_api.h
index aa89002f7e197686bd9bf40babdeb07247a2062e..bc34027110a0c94a9bf659cac0ad912cb87c5158 100644
--- a/components/mus/ws/server_window_surface_manager_test_api.h
+++ b/components/mus/ws/server_window_surface_manager_test_api.h
@@ -21,6 +21,7 @@ class ServerWindowSurfaceManagerTestApi {
~ServerWindowSurfaceManagerTestApi();
void CreateEmptyDefaultSurface();
+ void DestroyDefaultSurface();
private:
ServerWindowSurfaceManager* manager_;
@@ -30,6 +31,7 @@ class ServerWindowSurfaceManagerTestApi {
// Use to make |window| a target for events.
void EnableHitTest(ServerWindow* window);
+void DisableHitTest(ServerWindow* window);
} // namespace ws
} // namespace mus
« no previous file with comments | « components/mus/ws/event_dispatcher_unittest.cc ('k') | components/mus/ws/server_window_surface_manager_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698