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

Unified Diff: services/ui/public/interfaces/cursor/cursor.typemap

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: rename everything to CursorSize Created 3 years, 6 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
Index: services/ui/public/interfaces/cursor/cursor.typemap
diff --git a/services/ui/public/interfaces/cursor/cursor.typemap b/services/ui/public/interfaces/cursor/cursor.typemap
index e82b51d3a6066961d87ddaaec28b863f32e55b55..c4d618141fe52343ef10bcaca9fb7131e8179cc9 100644
--- a/services/ui/public/interfaces/cursor/cursor.typemap
+++ b/services/ui/public/interfaces/cursor/cursor.typemap
@@ -3,7 +3,10 @@
# found in the LICENSE file.
mojom = "//services/ui/public/interfaces/cursor/cursor.mojom"
-public_headers = [ "//ui/base/cursor/cursor_data.h" ]
+public_headers = [
+ "//ui/base/cursor/cursor_type.h",
+ "//ui/base/cursor/cursor_data.h",
+]
traits_headers =
[ "//services/ui/public/interfaces/cursor/cursor_struct_traits.h" ]
sources = [
@@ -16,4 +19,8 @@ deps = [
"//ui/gfx/geometry",
]
-type_mappings = [ "ui.mojom.CursorData=ui::CursorData[copyable_pass_by_value]" ]
+type_mappings = [
+ "ui.mojom.CursorType=ui::CursorType",
+ "ui.mojom.CursorSize=ui::CursorSize",
+ "ui.mojom.CursorData=ui::CursorData[copyable_pass_by_value]",
+]
« no previous file with comments | « services/ui/public/interfaces/cursor/cursor.mojom ('k') | services/ui/public/interfaces/cursor/cursor_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698