| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc
|
| ===================================================================
|
| --- ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc (revision 99860)
|
| +++ ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc (working copy)
|
| @@ -259,8 +259,8 @@
|
|
|
|
|
| // static
|
| -const PPB_Graphics3D* PluginGraphics3D::GetInterface() {
|
| - static const PPB_Graphics3D intf = {
|
| +const PPB_Graphics3D_Dev* PluginGraphics3D::GetInterface() {
|
| + static const PPB_Graphics3D_Dev intf = {
|
| &GetAttribMaxValue,
|
| &Create,
|
| &IsGraphics3D,
|
|
|
| Property changes on: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|