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

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

Issue 2857963003: Add {Lock,Unlock,Show,Hide}Cursor() to the window manager mojom. (Closed)
Patch Set: General cleanup. Created 3 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 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 void TestWindowManagerClient::WmRequestClose(Id transport_window_id) {} 51 void TestWindowManagerClient::WmRequestClose(Id transport_window_id) {}
52 52
53 void TestWindowManagerClient::WmSetFrameDecorationValues( 53 void TestWindowManagerClient::WmSetFrameDecorationValues(
54 ui::mojom::FrameDecorationValuesPtr values) {} 54 ui::mojom::FrameDecorationValuesPtr values) {}
55 55
56 void TestWindowManagerClient::WmSetNonClientCursor(uint32_t window_id, 56 void TestWindowManagerClient::WmSetNonClientCursor(uint32_t window_id,
57 ui::CursorData cursor_data) { 57 ui::CursorData cursor_data) {
58 } 58 }
59 59
60 void TestWindowManagerClient::WmLockCursor() {}
61
62 void TestWindowManagerClient::WmUnlockCursor() {}
63
64 void TestWindowManagerClient::WmShowCursor() {}
65
66 void TestWindowManagerClient::WmHideCursor() {}
67
68 void TestWindowManagerClient::WmSetGlobalOverrideCursor(
69 base::Optional<ui::CursorData> cursor) {}
70
60 void TestWindowManagerClient::OnWmCreatedTopLevelWindow( 71 void TestWindowManagerClient::OnWmCreatedTopLevelWindow(
61 uint32_t change_id, 72 uint32_t change_id,
62 Id transport_window_id) {} 73 Id transport_window_id) {}
63 74
64 void TestWindowManagerClient::OnAcceleratorAck( 75 void TestWindowManagerClient::OnAcceleratorAck(
65 uint32_t event_id, 76 uint32_t event_id,
66 ui::mojom::EventResult result, 77 ui::mojom::EventResult result,
67 const std::unordered_map<std::string, std::vector<uint8_t>>& properties) {} 78 const std::unordered_map<std::string, std::vector<uint8_t>>& properties) {}
68 79
69 } // namespace aura 80 } // namespace aura
OLDNEW
« services/ui/ws/display.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