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

Unified Diff: webkit/plugins/sad_plugin.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month 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/plugins/ppapi/webkit_forwarding_impl.h ('k') | webkit/plugins/webkit_plugins_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/sad_plugin.h
diff --git a/webkit/plugins/sad_plugin.h b/webkit/plugins/sad_plugin.h
index 63b0d7f9d637e120736bfe275226097938b954b1..d9ed70bdc0c4de31c3322aef5e776fd97068ada4 100644
--- a/webkit/plugins/sad_plugin.h
+++ b/webkit/plugins/sad_plugin.h
@@ -6,6 +6,7 @@
#define WEBKIT_PLUGINS_SAD_PLUGIN_H_
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCanvas.h"
+#include "webkit/plugins/webkit_plugins_export.h"
class SkBitmap;
@@ -17,9 +18,9 @@ namespace webkit {
// Paints the sad plugin to the given canvas for the given plugin bounds. This
// is used by both the NPAPI and the PPAPI out-of-process plugin impls.
-void PaintSadPlugin(WebKit::WebCanvas* canvas,
- const gfx::Rect& plugin_rect,
- const SkBitmap& sad_plugin_bitmap);
+WEBKIT_PLUGINS_EXPORT void PaintSadPlugin(WebKit::WebCanvas* canvas,
+ const gfx::Rect& plugin_rect,
+ const SkBitmap& sad_plugin_bitmap);
} // namespace
« no previous file with comments | « webkit/plugins/ppapi/webkit_forwarding_impl.h ('k') | webkit/plugins/webkit_plugins_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698