Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2465)

Unified Diff: webkit/glue/plugins/webplugin_delegate_impl.h

Issue 172032: First cut for a FreeBSD port - much still not working (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« base/base.gyp ('K') | « webkit/glue/plugins/plugin_list.h ('k') | webkit/glue/webcursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698