| Index: webkit/plugins/npapi/webplugin.h
|
| diff --git a/webkit/plugins/npapi/webplugin.h b/webkit/plugins/npapi/webplugin.h
|
| index f8615173f16614a52c4f2c3588469de9fb1c431a..1a14ed61ac93640184c5d5acec26eb4e2dd871a4 100644
|
| --- a/webkit/plugins/npapi/webplugin.h
|
| +++ b/webkit/plugins/npapi/webplugin.h
|
| @@ -12,6 +12,7 @@
|
| #include "ui/gfx/gl/gpu_preference.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/rect.h"
|
| +#include "webkit/plugins/webkit_plugins_export.h"
|
|
|
| // TODO(port): this typedef is obviously incorrect on non-Windows
|
| // platforms, but now a lot of code now accidentally depends on them
|
| @@ -30,7 +31,7 @@ class WebPluginAcceleratedSurface;
|
| #endif
|
|
|
| // Describes the new location for a plugin window.
|
| -struct WebPluginGeometry {
|
| +struct WEBKIT_PLUGINS_EXPORT WebPluginGeometry {
|
| WebPluginGeometry();
|
| ~WebPluginGeometry();
|
|
|
|
|