summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc')
-rw-r--r--ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc17
1 files changed, 16 insertions, 1 deletions
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 fb3cb04..3e9132a 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
@@ -90,7 +90,22 @@ InterfaceMapElement interface_map[] = {
PluginNetAddressPrivate::GetInterface0_1(), true },
{ PPB_NETADDRESS_PRIVATE_INTERFACE_1_0,
PluginNetAddressPrivate::GetInterface1_0(), true },
- { PPB_OPENGLES2_INTERFACE, PluginGraphics3D::GetOpenGLESInterface(),
+ { PPB_OPENGLES2_INTERFACE_1_0, PluginGraphics3D::GetOpenGLESInterface(),
+ true },
+ { PPB_OPENGLES2_INSTANCEDARRAYS_DEV_INTERFACE_1_0,
+ PluginGraphics3D::GetOpenGLESInstancedArraysInterface(),
+ true },
+ { PPB_OPENGLES2_FRAMEBUFFERBLIT_DEV_INTERFACE_1_0,
+ PluginGraphics3D::GetOpenGLESFramebufferBlitInterface(),
+ true },
+ { PPB_OPENGLES2_FRAMEBUFFERMULTISAMPLE_DEV_INTERFACE_1_0,
+ PluginGraphics3D::GetOpenGLESFramebufferMultisampleInterface(),
+ true },
+ { PPB_OPENGLES2_CHROMIUMENABLEFEATURE_DEV_INTERFACE_1_0,
+ PluginGraphics3D::GetOpenGLESChromiumEnableFeatureInterface(),
+ true },
+ { PPB_OPENGLES2_CHROMIUMMAPSUB_DEV_INTERFACE_1_0,
+ PluginGraphics3D::GetOpenGLESChromiumMapSubInterface(),
true },
{ PPB_PDF_INTERFACE, PluginPDF::GetInterface(), true },
{ PPB_SCROLLBAR_DEV_INTERFACE, PluginScrollbar::GetInterface(), true },