Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1572)

Unified Diff: ppapi/proxy/ppp_graphics_3d_proxy.h

Issue 7782020: Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/proxy/ppb_surface_3d_proxy.h ('k') | ppapi/proxy/ppp_graphics_3d_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ppapi/proxy/ppb_surface_3d_proxy.h ('k') | ppapi/proxy/ppp_graphics_3d_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698