| Index: webkit/glue/plugins/webplugin_delegate_impl.h
|
| ===================================================================
|
| --- webkit/glue/plugins/webplugin_delegate_impl.h (revision 25593)
|
| +++ webkit/glue/plugins/webplugin_delegate_impl.h (working copy)
|
| @@ -19,7 +19,7 @@
|
| #include "webkit/glue/webcursor.h"
|
| #include "webkit/glue/webplugin_delegate.h"
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(USE_X11)
|
| typedef struct _GdkDrawable GdkPixmap;
|
| #endif
|
|
|
| @@ -217,7 +217,7 @@
|
| bool is_calling_wndproc;
|
| #endif // OS_WIN
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(USE_X11)
|
| // The pixmap we're drawing into, for a windowless plugin.
|
| GdkPixmap* pixmap_;
|
| double first_event_time_;
|
| @@ -298,7 +298,7 @@
|
|
|
| // Runnable Method Factory used to invoke the OnUserGestureEnd method
|
| // asynchronously.
|
| -#if !defined(OS_LINUX)
|
| +#if !defined(USE_X11)
|
| ScopedRunnableMethodFactory<WebPluginDelegateImpl> user_gesture_msg_factory_;
|
| #endif
|
|
|
|
|