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

Side by Side Diff: ash/mus/bridge/wm_window_mus.cc

Issue 2578373002: Removes some dead code and includes (Closed)
Patch Set: Created 4 years 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 | « ash/mus/bridge/mus_layout_manager_adapter.cc ('k') | ash/mus/test/ash_test_impl_mus.cc » ('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 #include "ash/mus/bridge/wm_window_mus.h" 5 #include "ash/mus/bridge/wm_window_mus.h"
6 6
7 #include "ash/common/shelf/shelf_item_types.h" 7 #include "ash/common/shelf/shelf_item_types.h"
8 #include "ash/common/wm/container_finder.h" 8 #include "ash/common/wm/container_finder.h"
9 #include "ash/common/wm/window_positioning_utils.h" 9 #include "ash/common/wm/window_positioning_utils.h"
10 #include "ash/common/wm/window_state.h" 10 #include "ash/common/wm/window_state.h"
11 #include "ash/common/wm_layout_manager.h" 11 #include "ash/common/wm_layout_manager.h"
12 #include "ash/common/wm_lookup.h" 12 #include "ash/common/wm_lookup.h"
13 #include "ash/common/wm_transient_window_observer.h" 13 #include "ash/common/wm_transient_window_observer.h"
14 #include "ash/common/wm_window_observer.h" 14 #include "ash/common/wm_window_observer.h"
15 #include "ash/common/wm_window_property.h" 15 #include "ash/common/wm_window_property.h"
16 #include "ash/mus/bridge/mus_layout_manager_adapter.h"
17 #include "ash/mus/bridge/wm_root_window_controller_mus.h" 16 #include "ash/mus/bridge/wm_root_window_controller_mus.h"
18 #include "ash/mus/bridge/wm_shell_mus.h" 17 #include "ash/mus/bridge/wm_shell_mus.h"
19 #include "ash/mus/property_util.h" 18 #include "ash/mus/property_util.h"
20 #include "ash/mus/window_manager.h" 19 #include "ash/mus/window_manager.h"
21 #include "ash/public/cpp/shell_window_ids.h" 20 #include "ash/public/cpp/shell_window_ids.h"
22 #include "ash/wm/window_properties.h" 21 #include "ash/wm/window_properties.h"
23 #include "services/ui/public/interfaces/window_manager.mojom.h" 22 #include "services/ui/public/interfaces/window_manager.mojom.h"
24 #include "ui/aura/client/aura_constants.h" 23 #include "ui/aura/client/aura_constants.h"
25 #include "ui/aura/mus/window_manager_delegate.h" 24 #include "ui/aura/mus/window_manager_delegate.h"
26 #include "ui/aura/mus/window_mus.h" 25 #include "ui/aura/mus/window_mus.h"
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 } 264 }
266 265
267 void WmWindowMus::AddLimitedPreTargetHandler(ui::EventHandler* handler) { 266 void WmWindowMus::AddLimitedPreTargetHandler(ui::EventHandler* handler) {
268 DCHECK(WmShellMus::Get()->window_tree_client()->WasCreatedByThisClient( 267 DCHECK(WmShellMus::Get()->window_tree_client()->WasCreatedByThisClient(
269 aura::WindowMus::Get(aura_window()))); 268 aura::WindowMus::Get(aura_window())));
270 WmWindowAura::AddLimitedPreTargetHandler(handler); 269 WmWindowAura::AddLimitedPreTargetHandler(handler);
271 } 270 }
272 271
273 } // namespace mus 272 } // namespace mus
274 } // namespace ash 273 } // namespace ash
OLDNEW
« no previous file with comments | « ash/mus/bridge/mus_layout_manager_adapter.cc ('k') | ash/mus/test/ash_test_impl_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698