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

Unified Diff: webkit/glue/webplugin_delegate.h

Issue 146009: linux plugins: eliminate GtkWidget* from plugin process (Closed)
Patch Set: retry Created 11 years, 6 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/webplugin.h ('k') | webkit/glue/webplugin_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webplugin_delegate.h
diff --git a/webkit/glue/webplugin_delegate.h b/webkit/glue/webplugin_delegate.h
index 385044decb841e2e82db3747d2899265f1d90b18..7d0fa886949e9c124da33a50e9ca55359346aeaf 100644
--- a/webkit/glue/webplugin_delegate.h
+++ b/webkit/glue/webplugin_delegate.h
@@ -8,10 +8,9 @@
#include <string>
#include "base/gfx/native_widget_types.h"
+#include "build/build_config.h"
#include "third_party/npapi/bindings/npapi.h"
-// TODO(port): put in OS_WIN check.
-typedef struct HDC__* HDC;
struct NPObject;
class FilePath;
@@ -48,7 +47,7 @@ class WebPluginDelegate {
static WebPluginDelegate* Create(const FilePath& filename,
const std::string& mime_type,
- gfx::NativeView containing_view);
+ gfx::PluginWindowHandle containing_view);
// Initializes the plugin implementation with the given (UTF8) arguments.
// Note that the lifetime of WebPlugin must be longer than this delegate.
« no previous file with comments | « webkit/glue/webplugin.h ('k') | webkit/glue/webplugin_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698