summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webcursor.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-25 18:29:00 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-25 18:29:00 +0000
commit4b576875ad1b570c3f34f549df27b9e98941dac7 (patch)
treebb81526cf40e2843e51c3548d9a13ce0c4605cd4 /webkit/glue/webcursor.h
parent0e6fe11ed699d693198e928723fc4afb13bba729 (diff)
downloadchromium_src-4b576875ad1b570c3f34f549df27b9e98941dac7.zip
chromium_src-4b576875ad1b570c3f34f549df27b9e98941dac7.tar.gz
chromium_src-4b576875ad1b570c3f34f549df27b9e98941dac7.tar.bz2
Don't override user's default cursor with GDK_ARROW.
BUG=8786 Review URL: http://codereview.chromium.org/42587 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webcursor.h')
-rw-r--r--webkit/glue/webcursor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/webcursor.h b/webkit/glue/webcursor.h
index 1dbf3c3..a46f881 100644
--- a/webkit/glue/webcursor.h
+++ b/webkit/glue/webcursor.h
@@ -73,7 +73,8 @@ class WebCursor {
#elif defined(OS_LINUX)
// Return the stock GdkCursorType for this cursor, or GDK_CURSOR_IS_PIXMAP
- // if it's a custom cursor.
+ // if it's a custom cursor. Return GDK_LAST_CURSOR to indicate that the cursor
+ // should be set to the system default.
GdkCursorType GetCursorType() const;
// Return a new GdkCursor* for this cursor. Only valid if GetCursorType