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

Unified Diff: webkit/glue/plugins/plugin_instance.cc

Issue 115330: linux: Adding events to windowless plugins on Linux (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 7 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
« no previous file with comments | « webkit/glue/plugins/plugin_instance.h ('k') | webkit/glue/plugins/test/plugin_javascript_open_popup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/plugin_instance.cc
===================================================================
--- webkit/glue/plugins/plugin_instance.cc (revision 16673)
+++ webkit/glue/plugins/plugin_instance.cc (working copy)
@@ -5,9 +5,6 @@
#include "config.h"
#include "build/build_config.h"
-#if defined(OS_LINUX)
-#define MOZ_X11 1
-#endif
#include "webkit/glue/plugins/plugin_instance.h"
@@ -41,9 +38,7 @@
npp_(0),
host_(PluginHost::Singleton()),
npp_functions_(plugin->functions()),
-#if defined(OS_WIN)
- hwnd_(0),
-#endif
+ window_handle_(0),
windowless_(false),
transparent_(true),
webplugin_(0),
« no previous file with comments | « webkit/glue/plugins/plugin_instance.h ('k') | webkit/glue/plugins/test/plugin_javascript_open_popup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698