| Index: ppapi/proxy/ppb_graphics_3d_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_graphics_3d_proxy.h (revision 99880)
|
| +++ ppapi/proxy/ppb_graphics_3d_proxy.h (working copy)
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/shared_memory.h"
|
| #include "gpu/command_buffer/common/command_buffer.h"
|
| -#include "ppapi/c/dev/pp_graphics_3d_dev.h"
|
| +#include "ppapi/c/pp_graphics_3d.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/cpp/completion_callback.h"
|
| #include "ppapi/proxy/interface_proxy.h"
|
| @@ -72,8 +72,8 @@
|
| PP_Resource share_context,
|
| const int32_t* attrib_list);
|
|
|
| - const PPB_Graphics3D_Dev* ppb_graphics_3d_target() const {
|
| - return static_cast<const PPB_Graphics3D_Dev*>(target_interface());
|
| + const PPB_Graphics3D* ppb_graphics_3d_target() const {
|
| + return static_cast<const PPB_Graphics3D*>(target_interface());
|
| }
|
|
|
| // InterfaceProxy implementation.
|
|
|
| Property changes on: ppapi/proxy/ppb_graphics_3d_proxy.h
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|