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

Unified Diff: ppapi/shared_impl/webkit_forwarding.h

Issue 7687005: Create ppapi_proxy.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « ppapi/shared_impl/video_decoder_impl.h ('k') | ppapi/thunk/ppapi_thunk_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/webkit_forwarding.h
===================================================================
--- ppapi/shared_impl/webkit_forwarding.h (revision 98434)
+++ ppapi/shared_impl/webkit_forwarding.h (working copy)
@@ -9,6 +9,7 @@
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_stdint.h"
+#include "ppapi/shared_impl/ppapi_shared_export.h"
struct PP_FontDescription_Dev;
struct PP_FontMetrics_Dev;
@@ -27,9 +28,9 @@
struct Preferences;
-class WebKitForwarding {
+class PPAPI_SHARED_EXPORT WebKitForwarding {
public:
- class Font {
+ class PPAPI_SHARED_EXPORT Font {
public:
// C++ version of PP_TextRun_Dev. Since the functions below will be called
// on an alternate thread in the proxy, and since there are different
@@ -43,7 +44,7 @@
// DoDrawText takes too many arguments to be used with base::Bind, so we
// use this struct to hold them.
- struct DrawTextParams {
+ struct PPAPI_SHARED_EXPORT DrawTextParams {
DrawTextParams(skia::PlatformCanvas* destination_arg,
const TextRun& text_arg,
const PP_Point* position_arg,
« no previous file with comments | « ppapi/shared_impl/video_decoder_impl.h ('k') | ppapi/thunk/ppapi_thunk_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698