| Index: webkit/plugins/npapi/webplugin_delegate.h
|
| diff --git a/webkit/plugins/npapi/webplugin_delegate.h b/webkit/plugins/npapi/webplugin_delegate.h
|
| index 9009ebf550b466f87d0e54c5563734f9f6f58252..ce96884e1e8d12b08b54b095b5650737dfcbdf1b 100644
|
| --- a/webkit/plugins/npapi/webplugin_delegate.h
|
| +++ b/webkit/plugins/npapi/webplugin_delegate.h
|
| @@ -13,6 +13,7 @@
|
| #include "third_party/npapi/bindings/npapi.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCanvas.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| +#include "webkit/plugins/webkit_plugins_export.h"
|
|
|
| class GURL;
|
| struct NPObject;
|
| @@ -33,7 +34,7 @@ class WebPlugin;
|
| class WebPluginResourceClient;
|
|
|
| // This is the interface that a plugin implementation needs to provide.
|
| -class WebPluginDelegate {
|
| +class WEBKIT_PLUGINS_EXPORT WebPluginDelegate {
|
| public:
|
| virtual ~WebPluginDelegate() {}
|
|
|
|
|