summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/glue/webcursor_gtk.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webcursor_gtk.cc b/webkit/glue/webcursor_gtk.cc
index d95bc1b..77ced23 100644
--- a/webkit/glue/webcursor_gtk.cc
+++ b/webkit/glue/webcursor_gtk.cc
@@ -71,9 +71,9 @@ GdkCursorType WebCursor::GetCursorType() const {
case PlatformCursor::TypeSouthResize:
return GDK_BOTTOM_SIDE;
case PlatformCursor::TypeSouthEastResize:
- return GDK_BOTTOM_LEFT_CORNER;
- case PlatformCursor::TypeSouthWestResize:
return GDK_BOTTOM_RIGHT_CORNER;
+ case PlatformCursor::TypeSouthWestResize:
+ return GDK_BOTTOM_LEFT_CORNER;
case PlatformCursor::TypeWestResize:
return GDK_LEFT_SIDE;
case PlatformCursor::TypeNorthSouthResize: