Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc |
=================================================================== |
--- ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc (revision 99860) |
+++ ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc (working copy) |
@@ -61,7 +61,7 @@ |
{ PPB_FONT_DEV_INTERFACE, PluginFont::GetInterface(), true }, |
{ PPB_FULLSCREEN_DEV_INTERFACE, PluginFullscreen::GetInterface(), true }, |
{ PPB_GRAPHICS_2D_INTERFACE, PluginGraphics2D::GetInterface(), true }, |
- { PPB_GRAPHICS_3D_INTERFACE, PluginGraphics3D::GetInterface(), true }, |
+ { PPB_GRAPHICS_3D_DEV_INTERFACE, PluginGraphics3D::GetInterface(), true }, |
{ PPB_IMAGEDATA_INTERFACE, PluginImageData::GetInterface(), true }, |
{ PPB_INPUT_EVENT_INTERFACE, PluginInputEvent::GetInterface(), true }, |
{ PPB_INSTANCE_INTERFACE, PluginInstance::GetInterface(), true }, |
@@ -73,7 +73,7 @@ |
PluginInputEvent::GetMouseInterface1_0(), true }, |
{ PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1, |
PluginInputEvent::GetMouseInterface1_1(), true }, |
- { PPB_OPENGLES2_INTERFACE, PluginGraphics3D::GetOpenGLESInterface(), |
+ { PPB_OPENGLES2_DEV_INTERFACE, PluginGraphics3D::GetOpenGLESInterface(), |
true }, |
{ PPB_PDF_INTERFACE, PluginPDF::GetInterface(), true }, |
{ PPB_SCROLLBAR_DEV_INTERFACE, PluginScrollbar::GetInterface(), true }, |
Property changes on: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc |
___________________________________________________________________ |
Added: svn:mergeinfo |