| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_resource.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_resource.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_resource.h
|
| index 61811658be42c7730a26b3f4f13df1caa145a7ae..5222127c19c50544f436cb8034f891a8ab7ce886 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_resource.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_resource.h
|
| @@ -21,7 +21,8 @@ namespace ppapi_proxy {
|
| F(PluginGraphics2D) \
|
| F(PluginGraphics3D) \
|
| F(PluginImageData) \
|
| - F(PluginInputEvent)
|
| + F(PluginInputEvent) \
|
| + F(PluginView)
|
|
|
| // Forward declaration of PluginResource classes.
|
| #define DECLARE_RESOURCE_CLASS(RESOURCE) class RESOURCE;
|
|
|