| Index: ppapi/proxy/plugin_resource.h
|
| diff --git a/ppapi/proxy/plugin_resource.h b/ppapi/proxy/plugin_resource.h
|
| index 52a860927cde578862d4e6a43b0e68166a423749..2c195bc09a6726983479aa364615d2599aced92e 100644
|
| --- a/ppapi/proxy/plugin_resource.h
|
| +++ b/ppapi/proxy/plugin_resource.h
|
| @@ -50,7 +50,7 @@ class PluginResource {
|
| // NULL if the resource does not match the specified type. Used by the Cast()
|
| // function.
|
| #define DEFINE_TYPE_GETTER(RESOURCE) \
|
| - virtual RESOURCE* As##RESOURCE() { return NULL; }
|
| + virtual RESOURCE* As##RESOURCE();
|
| FOR_ALL_RESOURCES(DEFINE_TYPE_GETTER)
|
| #undef DEFINE_TYPE_GETTER
|
|
|
|
|