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

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

Issue 1987133002: Delete mus surfaces hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittests 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
« no previous file with comments | « components/mus/ws/window_finder_unittest.cc ('k') | components/mus/ws/window_manager_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_manager_state.h
diff --git a/components/mus/ws/window_manager_state.h b/components/mus/ws/window_manager_state.h
index fa0311d5fd14a5e4f4abacf3921fad3ae10d3dff..04b82b732036bba9c0f5772816ca6a8d8510c17d 100644
--- a/components/mus/ws/window_manager_state.h
+++ b/components/mus/ws/window_manager_state.h
@@ -17,10 +17,6 @@
#include "components/mus/ws/user_id.h"
#include "components/mus/ws/window_server.h"
-namespace cc {
-struct SurfaceId;
-}
-
namespace mus {
namespace ws {
@@ -39,12 +35,9 @@ class WindowManagerStateTestApi;
class WindowManagerState : public EventDispatcherDelegate {
public:
// Creates a WindowManagerState that can host content from any user.
+ WindowManagerState(Display* display, PlatformDisplay* platform_display);
WindowManagerState(Display* display,
PlatformDisplay* platform_display,
- cc::SurfaceId surface_id);
- WindowManagerState(Display* display,
- PlatformDisplay* platform_display,
- cc::SurfaceId surface_id,
const UserId& user_id);
~WindowManagerState() override;
@@ -127,7 +120,6 @@ class WindowManagerState : public EventDispatcherDelegate {
WindowManagerState(Display* display,
PlatformDisplay* platform_display,
- cc::SurfaceId surface_id,
bool is_user_id_valid,
const UserId& user_id);
« no previous file with comments | « components/mus/ws/window_finder_unittest.cc ('k') | components/mus/ws/window_manager_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698