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

Unified Diff: services/ui/ws/server_window_compositor_frame_sink_manager_test_api.h

Issue 2667073002: mash: changes can_accept_events to an enum (Closed)
Patch Set: merge Created 3 years, 11 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: services/ui/ws/server_window_compositor_frame_sink_manager_test_api.h
diff --git a/services/ui/ws/server_window_compositor_frame_sink_manager_test_api.h b/services/ui/ws/server_window_compositor_frame_sink_manager_test_api.h
index 7b0271fcd0487929064f54a35bc1f2d5d1ce4692..c70319415e9e2359d496ccf03657ac61d53d2e6e 100644
--- a/services/ui/ws/server_window_compositor_frame_sink_manager_test_api.h
+++ b/services/ui/ws/server_window_compositor_frame_sink_manager_test_api.h
@@ -11,8 +11,6 @@
namespace ui {
namespace ws {
-class ServerWindow;
-
// Use to poke at the internals of ServerWindowCompositorFrameSinkManager.
class ServerWindowCompositorFrameSinkManagerTestApi {
public:
@@ -29,10 +27,6 @@ class ServerWindowCompositorFrameSinkManagerTestApi {
DISALLOW_COPY_AND_ASSIGN(ServerWindowCompositorFrameSinkManagerTestApi);
};
-// Use to make |window| a target for events.
-void EnableHitTest(ServerWindow* window);
-void DisableHitTest(ServerWindow* window);
-
} // namespace ws
} // namespace ui
« no previous file with comments | « services/ui/ws/server_window.cc ('k') | services/ui/ws/server_window_compositor_frame_sink_manager_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698