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

Unified Diff: webkit/plugins/ppapi/ppb_graphics_2d_impl.h

Issue 11146009: Mac Flash: Fix scaling bitmap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up Created 8 years, 2 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/plugins/ppapi/ppapi_unittest.cc ('k') | webkit/plugins/ppapi/ppb_graphics_2d_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppb_graphics_2d_impl.h
diff --git a/webkit/plugins/ppapi/ppb_graphics_2d_impl.h b/webkit/plugins/ppapi/ppb_graphics_2d_impl.h
index 0af116d281c9b45af875aad5098bc29962086c41..de32660fcc0a2e7766bb23e1e427502aa86a99ea 100644
--- a/webkit/plugins/ppapi/ppb_graphics_2d_impl.h
+++ b/webkit/plugins/ppapi/ppb_graphics_2d_impl.h
@@ -33,9 +33,9 @@ class PPB_Graphics2D_Impl : public ::ppapi::Resource,
public:
virtual ~PPB_Graphics2D_Impl();
- static PP_Resource Create(PP_Instance instance,
- const PP_Size& size,
- PP_Bool is_always_opaque);
+ WEBKIT_PLUGINS_EXPORT static PP_Resource Create(PP_Instance instance,
+ const PP_Size& size,
+ PP_Bool is_always_opaque);
bool is_always_opaque() const { return is_always_opaque_; }
« no previous file with comments | « webkit/plugins/ppapi/ppapi_unittest.cc ('k') | webkit/plugins/ppapi/ppb_graphics_2d_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698