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

Unified Diff: services/ui/ws/test_change_tracker.h

Issue 2784663003: mus: Rename mojom::Cursor to mojom::CursorType. (Closed)
Patch Set: Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/ws/server_window_observer.h ('k') | services/ui/ws/test_change_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_change_tracker.h
diff --git a/services/ui/ws/test_change_tracker.h b/services/ui/ws/test_change_tracker.h
index d736fe6719c9ebb43eabf0f4b8ab28918f2f821c..98f259f35497f100c010cabae8a198bc2f10f3e1 100644
--- a/services/ui/ws/test_change_tracker.h
+++ b/services/ui/ws/test_change_tracker.h
@@ -179,7 +179,8 @@ class TestChangeTracker {
const std::string& name,
const base::Optional<std::vector<uint8_t>>& data);
void OnWindowFocused(Id window_id);
- void OnWindowPredefinedCursorChanged(Id window_id, mojom::Cursor cursor_id);
+ void OnWindowPredefinedCursorChanged(Id window_id,
+ mojom::CursorType cursor_id);
void OnChangeCompleted(uint32_t change_id, bool success);
void OnTopLevelCreated(uint32_t change_id,
mojom::WindowDataPtr window_data,
« no previous file with comments | « services/ui/ws/server_window_observer.h ('k') | services/ui/ws/test_change_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698