Index: ash/display/mouse_cursor_event_filter.h |
diff --git a/ash/display/mouse_cursor_event_filter.h b/ash/display/mouse_cursor_event_filter.h |
index 2b60601de353d958572831cb6563bbc6bd04db37..55de4a613e470482ba7a9b5de0c3a83af9bf3f6b 100644 |
--- a/ash/display/mouse_cursor_event_filter.h |
+++ b/ash/display/mouse_cursor_event_filter.h |
@@ -80,8 +80,14 @@ |
// Returns true if/ the cursor was moved. |
bool WarpMouseCursorIfNecessary(ui::MouseEvent* event); |
+#if defined(USE_OZONE) |
+ bool WarpMouseCursorInScreenCoords(aura::Window* target_root, |
+ const gfx::Point& point_in_screen); |
+ |
+#else |
bool WarpMouseCursorInNativeCoords(const gfx::Point& point_in_native, |
const gfx::Point& point_in_screen); |
+#endif |
// Update the edge/indicator bounds based on the current |
// display configuration. |