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

Unified Diff: ui/aura/mus/window_tree_client.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 | « ui/aura/mus/window_port_mus.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client.h
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
index ce6ca6357e965249bc09fb07f9667294faf45e9a..fb3f5ea349d144aed415264992c1c3e7072789ae 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -128,8 +128,8 @@ class AURA_EXPORT WindowTreeClient
void SetEventTargetingPolicy(WindowMus* window,
ui::mojom::EventTargetingPolicy policy);
void SetPredefinedCursor(WindowMus* window,
- ui::mojom::Cursor old_cursor,
- ui::mojom::Cursor new_cursor);
+ ui::mojom::CursorType old_cursor,
+ ui::mojom::CursorType new_cursor);
void SetWindowTextInputState(WindowMus* window,
mojo::TextInputStatePtr state);
void SetImeVisibility(WindowMus* window,
@@ -369,7 +369,7 @@ class AURA_EXPORT WindowTreeClient
int64_t display_id) override;
void OnWindowFocused(Id focused_window_id) override;
void OnWindowPredefinedCursorChanged(Id window_id,
- ui::mojom::Cursor cursor) override;
+ ui::mojom::CursorType cursor) override;
void OnWindowSurfaceChanged(Id window_id,
const cc::SurfaceInfo& surface_info) override;
void OnDragDropStart(
@@ -447,7 +447,8 @@ class AURA_EXPORT WindowTreeClient
// Overridden from WindowManagerClient:
void SetFrameDecorationValues(
ui::mojom::FrameDecorationValuesPtr values) override;
- void SetNonClientCursor(Window* window, ui::mojom::Cursor cursor_id) override;
+ void SetNonClientCursor(Window* window,
+ ui::mojom::CursorType cursor_id) override;
void AddAccelerators(std::vector<ui::mojom::WmAcceleratorPtr> accelerators,
const base::Callback<void(bool)>& callback) override;
void RemoveAccelerator(uint32_t id) override;
« no previous file with comments | « ui/aura/mus/window_port_mus.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698