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

Unified Diff: ui/ozone/public/interfaces/device_cursor.mojom

Issue 2850733003: Remove BitmapArray. (Closed)
Patch Set: Remove more headers. 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
« no previous file with comments | « ui/ozone/public/interfaces/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/interfaces/device_cursor.mojom
diff --git a/ui/ozone/public/interfaces/device_cursor.mojom b/ui/ozone/public/interfaces/device_cursor.mojom
index 8590caa69400da415192f28e05021774b8699467..e81d885fdad911c7f4e383e45d1ed7e6c4a585f9 100644
--- a/ui/ozone/public/interfaces/device_cursor.mojom
+++ b/ui/ozone/public/interfaces/device_cursor.mojom
@@ -4,7 +4,7 @@
module ui.ozone.mojom;
-import "skia/public/interfaces/bitmap_array.mojom";
+import "skia/public/interfaces/bitmap.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
import "ui/gfx/mojo/accelerated_widget.mojom";
@@ -15,7 +15,7 @@ interface DeviceCursor {
// Sets the cursor |bitmaps| on |window| at |point| with
// |frame_delay_ms|.
SetCursor(gfx.mojom.AcceleratedWidget window,
- skia.mojom.BitmapArray bitmaps,
+ array<skia.mojom.Bitmap> bitmaps,
gfx.mojom.Point point,
int32 frame_delay_ms);
« no previous file with comments | « ui/ozone/public/interfaces/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698