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

Unified Diff: ui/ozone/common/gpu/ozone_gpu_messages.h

Issue 543643003: ozone: Plumb animated cursors from BitmapCursorFactoryOzone to DriSurfaceFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix dri_surface_factory_unittest Created 6 years, 3 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/base/cursor/ozone/bitmap_cursor_factory_ozone.cc ('k') | ui/ozone/platform/dri/dri_cursor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/gpu/ozone_gpu_messages.h
diff --git a/ui/ozone/common/gpu/ozone_gpu_messages.h b/ui/ozone/common/gpu/ozone_gpu_messages.h
index 6e42cf7336892a485fdc64926b748c0bc44c717d..cec9bc7285640795e47d4510bf691714079f659a 100644
--- a/ui/ozone/common/gpu/ozone_gpu_messages.h
+++ b/ui/ozone/common/gpu/ozone_gpu_messages.h
@@ -52,8 +52,11 @@ IPC_STRUCT_TRAITS_END()
// These are messages from the browser to the GPU process.
// Update the HW cursor bitmap & move to specified location.
-IPC_MESSAGE_CONTROL3(OzoneGpuMsg_CursorSet,
- gfx::AcceleratedWidget, SkBitmap, gfx::Point)
+IPC_MESSAGE_CONTROL4(OzoneGpuMsg_CursorSet,
+ gfx::AcceleratedWidget,
+ std::vector<SkBitmap>,
+ gfx::Point /* location */,
+ int /* frame_delay_ms */)
// Move the HW cursor to the specified location.
IPC_MESSAGE_CONTROL2(OzoneGpuMsg_CursorMove,
« no previous file with comments | « ui/base/cursor/ozone/bitmap_cursor_factory_ozone.cc ('k') | ui/ozone/platform/dri/dri_cursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698