| Index: ppapi/proxy/ppp_graphics_3d_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppp_graphics_3d_proxy.h (revision 99860)
|
| +++ ppapi/proxy/ppp_graphics_3d_proxy.h (working copy)
|
| @@ -9,7 +9,7 @@
|
| #include "ppapi/proxy/interface_proxy.h"
|
| #include "ppapi/shared_impl/host_resource.h"
|
|
|
| -struct PPP_Graphics3D;
|
| +struct PPP_Graphics3D_Dev;
|
|
|
| namespace ppapi {
|
| namespace proxy {
|
| @@ -21,8 +21,8 @@
|
|
|
| static const Info* GetInfo();
|
|
|
| - const PPP_Graphics3D* ppp_graphics_3d_target() const {
|
| - return reinterpret_cast<const PPP_Graphics3D*>(target_interface());
|
| + const PPP_Graphics3D_Dev* ppp_graphics_3d_target() const {
|
| + return reinterpret_cast<const PPP_Graphics3D_Dev*>(target_interface());
|
| }
|
|
|
| // InterfaceProxy implementation.
|
|
|
| Property changes on: ppapi/proxy/ppp_graphics_3d_proxy.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|