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

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

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: rename everything to CursorSize 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 | « ui/aura/test/mus/test_window_manager_client.h ('k') | ui/aura/test/test_cursor_client.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 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 void TestWindowManagerClient::WmSetNonClientCursor(uint32_t window_id, 62 void TestWindowManagerClient::WmSetNonClientCursor(uint32_t window_id,
63 ui::CursorData cursor_data) { 63 ui::CursorData cursor_data) {
64 } 64 }
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::WmSetCursorSize(ui::CursorSize cursor_size) {}
73
72 void TestWindowManagerClient::WmSetGlobalOverrideCursor( 74 void TestWindowManagerClient::WmSetGlobalOverrideCursor(
73 base::Optional<ui::CursorData> cursor) {} 75 base::Optional<ui::CursorData> cursor) {}
74 76
75 void TestWindowManagerClient::WmMoveCursorToDisplayLocation( 77 void TestWindowManagerClient::WmMoveCursorToDisplayLocation(
76 const gfx::Point& display_pixels, 78 const gfx::Point& display_pixels,
77 int64_t display_id) {} 79 int64_t display_id) {}
78 80
79 void TestWindowManagerClient::OnWmCreatedTopLevelWindow( 81 void TestWindowManagerClient::OnWmCreatedTopLevelWindow(
80 uint32_t change_id, 82 uint32_t change_id,
81 Id transport_window_id) {} 83 Id transport_window_id) {}
82 84
83 void TestWindowManagerClient::OnAcceleratorAck( 85 void TestWindowManagerClient::OnAcceleratorAck(
84 uint32_t event_id, 86 uint32_t event_id,
85 ui::mojom::EventResult result, 87 ui::mojom::EventResult result,
86 const std::unordered_map<std::string, std::vector<uint8_t>>& properties) {} 88 const std::unordered_map<std::string, std::vector<uint8_t>>& properties) {}
87 89
88 } // namespace aura 90 } // namespace aura
OLDNEW
« no previous file with comments | « ui/aura/test/mus/test_window_manager_client.h ('k') | ui/aura/test/test_cursor_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698