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_; |