| Index: webkit/tools/test_shell/webwidget_host.h
|
| diff --git a/webkit/tools/test_shell/webwidget_host.h b/webkit/tools/test_shell/webwidget_host.h
|
| index 6c50d074035e1ebc0490013b6fb8f3e614ddd619..3dd430d4d0a055179bd35cc635a84468499bcce0 100644
|
| --- a/webkit/tools/test_shell/webwidget_host.h
|
| +++ b/webkit/tools/test_shell/webwidget_host.h
|
| @@ -97,7 +97,7 @@ class WebWidgetHost {
|
| void KeyEvent(NSEvent *);
|
| void SetFocus(bool enable);
|
| protected:
|
| -#elif defined(TOOLKIT_USES_GTK)
|
| +#elif defined(TOOLKIT_GTK)
|
| public:
|
| // ---------------------------------------------------------------------------
|
| // This is needed on Linux because the GtkWidget creation is the same between
|
| @@ -142,7 +142,7 @@ class WebWidgetHost {
|
| bool track_mouse_leave_;
|
| #endif
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| // Since GtkWindow resize is asynchronous, we have to stash the dimensions,
|
| // so that the backing store doesn't have to wait for sizing to take place.
|
| gfx::Size logical_size_;
|
|
|