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

Unified Diff: ui/ozone/platform/dri/cursor_factory_evdev_dri.h

Issue 262163003: [Ozone] Proper cursor support for multi-monitor configurations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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: ui/ozone/platform/dri/cursor_factory_evdev_dri.h
diff --git a/ui/ozone/platform/dri/cursor_factory_evdev_dri.h b/ui/ozone/platform/dri/cursor_factory_evdev_dri.h
index b1a1a7d12c03777908bcfbec04dca55760427376..c14a2a50d46043de64ff727b41d8aaa9f9e2a85b 100644
--- a/ui/ozone/platform/dri/cursor_factory_evdev_dri.h
+++ b/ui/ozone/platform/dri/cursor_factory_evdev_dri.h
@@ -49,9 +49,6 @@ class CursorFactoryEvdevDri : public BitmapCursorFactoryOzone,
// The window under the cursor.
gfx::AcceleratedWidget cursor_window_;
- // The bounds of the window under the cursor.
- gfx::RectF cursor_bounds_;
-
// The location of the cursor within the window.
gfx::PointF cursor_location_;
};

Powered by Google App Engine
This is Rietveld 408576698