| Index: webkit/tools/test_shell/test_webview_delegate.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_webview_delegate.h (revision 13475)
|
| +++ webkit/tools/test_shell/test_webview_delegate.h (working copy)
|
| @@ -16,7 +16,7 @@
|
| #endif
|
| #include <map>
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(TOOLKIT_GTK)
|
| #include <gdk/gdkcursor.h>
|
| #endif
|
|
|
| @@ -69,7 +69,7 @@
|
| #else
|
| , select_trailing_whitespace_enabled_(false)
|
| #endif
|
| -#if defined(OS_LINUX)
|
| +#if defined(TOOLKIT_GTK)
|
| , cursor_type_(GDK_X_CURSOR)
|
| #endif
|
| {
|
| @@ -341,7 +341,7 @@
|
| scoped_refptr<TestDropDelegate> drop_delegate_;
|
| #endif
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(TOOLKIT_GTK)
|
| // The type of cursor the window is currently using.
|
| // Used for judging whether a new SetCursor call is actually changing the
|
| // cursor.
|
|
|