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

Unified Diff: ui/aura/mus/in_flight_change.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/window_tree_unittest.cc ('k') | ui/aura/mus/in_flight_change.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/in_flight_change.h
diff --git a/ui/aura/mus/in_flight_change.h b/ui/aura/mus/in_flight_change.h
index e5bf323195cc674c3650305d05824e46ec09d86a..50920e9d66b14a2a0e8625c238b9e7d76c8b65aa 100644
--- a/ui/aura/mus/in_flight_change.h
+++ b/ui/aura/mus/in_flight_change.h
@@ -22,7 +22,7 @@
namespace ui {
namespace mojom {
-enum class Cursor : int32_t;
+enum class CursorType : int32_t;
}
} // namespace ui
@@ -274,7 +274,7 @@ class InFlightPropertyChange : public InFlightChange {
class InFlightPredefinedCursorChange : public InFlightChange {
public:
InFlightPredefinedCursorChange(WindowMus* window,
- ui::mojom::Cursor revert_value);
+ ui::mojom::CursorType revert_value);
~InFlightPredefinedCursorChange() override;
// InFlightChange:
@@ -282,7 +282,7 @@ class InFlightPredefinedCursorChange : public InFlightChange {
void Revert() override;
private:
- ui::mojom::Cursor revert_cursor_;
+ ui::mojom::CursorType revert_cursor_;
DISALLOW_COPY_AND_ASSIGN(InFlightPredefinedCursorChange);
};
« no previous file with comments | « services/ui/ws/window_tree_unittest.cc ('k') | ui/aura/mus/in_flight_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698