| Index: ppapi/proxy/dispatcher.h
|
| ===================================================================
|
| --- ppapi/proxy/dispatcher.h (revision 98434)
|
| +++ ppapi/proxy/dispatcher.h (working copy)
|
| @@ -42,7 +42,7 @@
|
| // "Target" | "Source"
|
| // InterfaceProxy <---------------------- InterfaceProxy
|
| // |
|
| -class Dispatcher : public ProxyChannel {
|
| +class PPAPI_PROXY_EXPORT Dispatcher : public ProxyChannel {
|
| public:
|
| typedef const void* (*GetInterfaceFunc)(const char*);
|
| typedef int32_t (*InitModuleFunc)(PP_Module, GetInterfaceFunc);
|
|
|