| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| index 63a3dc96be81d9019774e9fe6217c7744cd363fc..796e5dcb1a0f8d6c6598e93b1ce95ca9a5f5f64e 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -108,6 +108,9 @@ InterfaceMapElement interface_map[] = {
|
| { PPB_OPENGLES2_CHROMIUMMAPSUB_DEV_INTERFACE_1_0,
|
| PluginGraphics3D::GetOpenGLESChromiumMapSubInterface(),
|
| true },
|
| + { PPB_OPENGLES2_QUERY_DEV_INTERFACE_1_0,
|
| + PluginGraphics3D::GetOpenGLESQueryInterface(),
|
| + true },
|
| { PPB_PDF_INTERFACE, PluginPDF::GetInterface(), true },
|
| { PPB_SCROLLBAR_DEV_INTERFACE, PluginScrollbar::GetInterface(), true },
|
| { PPB_TCPSERVERSOCKET_PRIVATE_INTERFACE,
|
|
|