| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
|
| index a071e4b979ce76229f54222b46d7670832abf0aa..2adec3a391e4bbee47d91bcb7e4c1aed6837f294 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
|
| @@ -43,6 +43,8 @@ class PluginGraphics3D : public PluginResource {
|
| GetOpenGLESChromiumEnableFeatureInterface();
|
| static const PPB_OpenGLES2ChromiumMapSub_Dev*
|
| GetOpenGLESChromiumMapSubInterface();
|
| + static const PPB_OpenGLES2Query_Dev*
|
| + GetOpenGLESQueryInterface();
|
|
|
| virtual bool InitFromBrowserResource(PP_Resource graphics3d_id);
|
|
|
|
|