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

Side by Side Diff: ui/aura/test/mus/test_window_manager_client.cc

Issue 2918553003: Implement a MoveCursorToScreenLocation for just the window manager. (Closed)
Patch Set: Thread to the PlatformWindow. 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 "ui/aura/test/mus/test_window_manager_client.h" 5 #include "ui/aura/test/mus/test_window_manager_client.h"
6 6
7 namespace aura { 7 namespace aura {
8 8
9 TestWindowManagerClient::TestWindowManagerClient() {} 9 TestWindowManagerClient::TestWindowManagerClient() {}
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 void TestWindowManagerClient::WmLockCursor() {} 66 void TestWindowManagerClient::WmLockCursor() {}
67 67
68 void TestWindowManagerClient::WmUnlockCursor() {} 68 void TestWindowManagerClient::WmUnlockCursor() {}
69 69
70 void TestWindowManagerClient::WmSetCursorVisible(bool visible) {} 70 void TestWindowManagerClient::WmSetCursorVisible(bool visible) {}
71 71
72 void TestWindowManagerClient::WmSetGlobalOverrideCursor( 72 void TestWindowManagerClient::WmSetGlobalOverrideCursor(
73 base::Optional<ui::CursorData> cursor) {} 73 base::Optional<ui::CursorData> cursor) {}
74 74
75 void TestWindowManagerClient::WmMoveCursorToDisplayLocation(
76 const gfx::Point& display_pixels,
77 int64_t display_id) {}
78
75 void TestWindowManagerClient::OnWmCreatedTopLevelWindow( 79 void TestWindowManagerClient::OnWmCreatedTopLevelWindow(
76 uint32_t change_id, 80 uint32_t change_id,
77 Id transport_window_id) {} 81 Id transport_window_id) {}
78 82
79 void TestWindowManagerClient::OnAcceleratorAck( 83 void TestWindowManagerClient::OnAcceleratorAck(
80 uint32_t event_id, 84 uint32_t event_id,
81 ui::mojom::EventResult result, 85 ui::mojom::EventResult result,
82 const std::unordered_map<std::string, std::vector<uint8_t>>& properties) {} 86 const std::unordered_map<std::string, std::vector<uint8_t>>& properties) {}
83 87
84 } // namespace aura 88 } // namespace aura
OLDNEW
« services/ui/ws/window_tree_unittest.cc ('K') | « ui/aura/test/mus/test_window_manager_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698