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

Unified Diff: ui/aura/mus/in_flight_change.cc

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 | « ui/aura/mus/in_flight_change.h ('k') | ui/aura/mus/window_manager_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/in_flight_change.cc
diff --git a/ui/aura/mus/in_flight_change.cc b/ui/aura/mus/in_flight_change.cc
index 5f5a9bfcdc9ea1277bce5087a4e59ab95d0b48ed..844d3f85e66a411fb6ee25365148a83135a5e98f 100644
--- a/ui/aura/mus/in_flight_change.cc
+++ b/ui/aura/mus/in_flight_change.cc
@@ -185,7 +185,7 @@ void InFlightPropertyChange::Revert() {
InFlightPredefinedCursorChange::InFlightPredefinedCursorChange(
WindowMus* window,
- ui::mojom::Cursor revert_value)
+ ui::mojom::CursorType revert_value)
: InFlightChange(window, ChangeType::PREDEFINED_CURSOR),
revert_cursor_(revert_value) {}
« no previous file with comments | « ui/aura/mus/in_flight_change.h ('k') | ui/aura/mus/window_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698