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

Unified Diff: webkit/glue/webcursor.h

Issue 11567049: mac: Handle hidpi cursors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years 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: webkit/glue/webcursor.h
diff --git a/webkit/glue/webcursor.h b/webkit/glue/webcursor.h
index 3b94548c54404306e623bd81294fb96cebf989ba..7cf7aadfdd72a59cfc1432895ee1266d64b2ef81 100644
--- a/webkit/glue/webcursor.h
+++ b/webkit/glue/webcursor.h
@@ -134,12 +134,12 @@ class WEBKIT_GLUE_EXPORT WebCursor {
// WebCore::PlatformCursor type.
int type_;
- // Hot spot in cursor image in physical image coordinate space.
+ // Hotspot in cursor image in pixels.
gfx::Point hotspot_;
// Custom cursor data, as 32-bit RGBA.
// Platform-inspecific because it can be serialized.
- gfx::Size custom_size_;
+ gfx::Size custom_size_; // In pixels.
float custom_scale_;
std::vector<char> custom_data_;

Powered by Google App Engine
This is Rietveld 408576698