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

Side by Side Diff: services/ui/ws/window_manager_state.h

Issue 2461513002: Primary display change notifications. (Closed)
Patch Set: More fixes. Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « services/ui/ws/user_display_manager_unittest.cc ('k') | ui/views/mus/screen_mus.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SERVICES_UI_WS_WINDOW_MANAGER_STATE_H_ 5 #ifndef SERVICES_UI_WS_WINDOW_MANAGER_STATE_H_
6 #define SERVICES_UI_WS_WINDOW_MANAGER_STATE_H_ 6 #define SERVICES_UI_WS_WINDOW_MANAGER_STATE_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <memory> 10 #include <memory>
11 #include <queue> 11 #include <queue>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/memory/weak_ptr.h" 14 #include "base/memory/weak_ptr.h"
15 #include "base/timer/timer.h" 15 #include "base/timer/timer.h"
16 #include "services/ui/public/interfaces/display.mojom.h" 16 #include "services/ui/public/interfaces/display_manager.mojom.h"
17 #include "services/ui/ws/event_dispatcher.h" 17 #include "services/ui/ws/event_dispatcher.h"
18 #include "services/ui/ws/event_dispatcher_delegate.h" 18 #include "services/ui/ws/event_dispatcher_delegate.h"
19 #include "services/ui/ws/server_window_observer.h" 19 #include "services/ui/ws/server_window_observer.h"
20 #include "services/ui/ws/user_id.h" 20 #include "services/ui/ws/user_id.h"
21 #include "services/ui/ws/window_server.h" 21 #include "services/ui/ws/window_server.h"
22 22
23 namespace ui { 23 namespace ui {
24 namespace ws { 24 namespace ws {
25 25
26 class DisplayManager; 26 class DisplayManager;
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 267
268 base::WeakPtrFactory<WindowManagerState> weak_factory_; 268 base::WeakPtrFactory<WindowManagerState> weak_factory_;
269 269
270 DISALLOW_COPY_AND_ASSIGN(WindowManagerState); 270 DISALLOW_COPY_AND_ASSIGN(WindowManagerState);
271 }; 271 };
272 272
273 } // namespace ws 273 } // namespace ws
274 } // namespace ui 274 } // namespace ui
275 275
276 #endif // SERVICES_UI_WS_WINDOW_MANAGER_STATE_H_ 276 #endif // SERVICES_UI_WS_WINDOW_MANAGER_STATE_H_
OLDNEW
« no previous file with comments | « services/ui/ws/user_display_manager_unittest.cc ('k') | ui/views/mus/screen_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698