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

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

Issue 2830703003: [views-mus] Support custom cursors. (Closed)
Patch Set: fix cast_shell_linux 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
« no previous file with comments | « ui/aura/test/mus/test_window_manager_client.h ('k') | ui/aura/test/mus/test_window_tree.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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 void TestWindowManagerClient::WmResponse(uint32_t change_id, bool response) {} 47 void TestWindowManagerClient::WmResponse(uint32_t change_id, bool response) {}
48 48
49 void TestWindowManagerClient::WmSetBoundsResponse(uint32_t change_id) {} 49 void TestWindowManagerClient::WmSetBoundsResponse(uint32_t change_id) {}
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( 56 void TestWindowManagerClient::WmSetNonClientCursor(uint32_t window_id,
57 uint32_t window_id, 57 ui::CursorData cursor_data) {
58 ui::mojom::CursorType cursor_id) {} 58 }
59 59
60 void TestWindowManagerClient::OnWmCreatedTopLevelWindow( 60 void TestWindowManagerClient::OnWmCreatedTopLevelWindow(
61 uint32_t change_id, 61 uint32_t change_id,
62 Id transport_window_id) {} 62 Id transport_window_id) {}
63 63
64 void TestWindowManagerClient::OnAcceleratorAck( 64 void TestWindowManagerClient::OnAcceleratorAck(
65 uint32_t event_id, 65 uint32_t event_id,
66 ui::mojom::EventResult result, 66 ui::mojom::EventResult result,
67 const std::unordered_map<std::string, std::vector<uint8_t>>& properties) {} 67 const std::unordered_map<std::string, std::vector<uint8_t>>& properties) {}
68 68
69 } // namespace aura 69 } // namespace aura
OLDNEW
« no previous file with comments | « ui/aura/test/mus/test_window_manager_client.h ('k') | ui/aura/test/mus/test_window_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698