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

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

Issue 2830703003: [views-mus] Support custom cursors. (Closed)
Patch Set: fix cast_shell_linux Created 3 years, 8 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.mojom
diff --git a/services/ui/public/interfaces/cursor/cursor.mojom b/services/ui/public/interfaces/cursor/cursor.mojom
index 30becc8b901efbaa68b62d6b9439d2570549e451..c228539ae9641913d92031ceb8c535cb22107f1e 100644
--- a/services/ui/public/interfaces/cursor/cursor.mojom
+++ b/services/ui/public/interfaces/cursor/cursor.mojom
@@ -5,7 +5,7 @@
module ui.mojom;
import "mojo/common/time.mojom";
-import "skia/public/interfaces/bitmap_array.mojom";
+import "skia/public/interfaces/bitmap.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
// Standard Cursor numbers. These are the same as Chrome's ui::Cursor and
@@ -72,7 +72,7 @@ struct CursorData {
gfx.mojom.Point hotspot_in_pixels;
// The frames of the cursor.
- skia.mojom.BitmapArray cursor_frames;
+ array<skia.mojom.Bitmap?> cursor_frames;
// This is the image scale of this cursor.
float scale_factor;
« no previous file with comments | « mash/simple_wm/move_event_handler.cc ('k') | services/ui/public/interfaces/cursor/cursor_struct_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698