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

Side by Side Diff: ash/aura/shell_port_classic.h

Issue 2919533002: [mus+ash] removes WmWindow, wm_window.h and wm_window.cc (Closed)
Patch Set: [mus+ash] removes WmWindow, wm_window.h and wm_window.cc (fixes build) Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « ash/BUILD.gn ('k') | ash/aura/shell_port_classic.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 #ifndef ASH_AURA_SHELL_PORT_CLASSIC_H_ 5 #ifndef ASH_AURA_SHELL_PORT_CLASSIC_H_
6 #define ASH_AURA_SHELL_PORT_CLASSIC_H_ 6 #define ASH_AURA_SHELL_PORT_CLASSIC_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 void SetDisplayWorkAreaInsets(aura::Window* window, 47 void SetDisplayWorkAreaInsets(aura::Window* window,
48 const gfx::Insets& insets) override; 48 const gfx::Insets& insets) override;
49 std::unique_ptr<display::TouchTransformSetter> CreateTouchTransformDelegate() 49 std::unique_ptr<display::TouchTransformSetter> CreateTouchTransformDelegate()
50 override; 50 override;
51 void LockCursor() override; 51 void LockCursor() override;
52 void UnlockCursor() override; 52 void UnlockCursor() override;
53 void ShowCursor() override; 53 void ShowCursor() override;
54 void HideCursor() override; 54 void HideCursor() override;
55 void SetGlobalOverrideCursor(base::Optional<ui::CursorData> cursor) override; 55 void SetGlobalOverrideCursor(base::Optional<ui::CursorData> cursor) override;
56 bool IsMouseEventsEnabled() override; 56 bool IsMouseEventsEnabled() override;
57 std::vector<WmWindow*> GetAllRootWindows() override; 57 std::vector<aura::Window*> GetAllRootWindows() override;
58 void RecordGestureAction(GestureActionType action) override; 58 void RecordGestureAction(GestureActionType action) override;
59 void RecordUserMetricsAction(UserMetricsAction action) override; 59 void RecordUserMetricsAction(UserMetricsAction action) override;
60 void RecordTaskSwitchMetric(TaskSwitchSource source) override; 60 void RecordTaskSwitchMetric(TaskSwitchSource source) override;
61 std::unique_ptr<WindowResizer> CreateDragWindowResizer( 61 std::unique_ptr<WindowResizer> CreateDragWindowResizer(
62 std::unique_ptr<WindowResizer> next_window_resizer, 62 std::unique_ptr<WindowResizer> next_window_resizer,
63 wm::WindowState* window_state) override; 63 wm::WindowState* window_state) override;
64 std::unique_ptr<WindowCycleEventFilter> CreateWindowCycleEventFilter() 64 std::unique_ptr<WindowCycleEventFilter> CreateWindowCycleEventFilter()
65 override; 65 override;
66 std::unique_ptr<wm::MaximizeModeEventHandler> CreateMaximizeModeEventHandler() 66 std::unique_ptr<wm::MaximizeModeEventHandler> CreateMaximizeModeEventHandler()
67 override; 67 override;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 105
106 std::unique_ptr<AcceleratorControllerDelegateAura> 106 std::unique_ptr<AcceleratorControllerDelegateAura>
107 accelerator_controller_delegate_; 107 accelerator_controller_delegate_;
108 108
109 DISALLOW_COPY_AND_ASSIGN(ShellPortClassic); 109 DISALLOW_COPY_AND_ASSIGN(ShellPortClassic);
110 }; 110 };
111 111
112 } // namespace ash 112 } // namespace ash
113 113
114 #endif // ASH_AURA_SHELL_PORT_CLASSIC_H_ 114 #endif // ASH_AURA_SHELL_PORT_CLASSIC_H_
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/aura/shell_port_classic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698