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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h

Issue 9466042: Revert 123696 - Add Pepper support for several GL extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/native_client/src/shared/ppapi_proxy/plugin_ppb.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h (revision 123696)
+++ ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h (working copy)
@@ -11,7 +11,6 @@
#include "ppapi/c/pp_graphics_3d.h"
#include "ppapi/c/ppb_graphics_3d.h"
#include "ppapi/c/ppb_opengles2.h"
-#include "ppapi/c/dev/ppb_opengles2ext_dev.h"
#include "ppapi/c/pp_instance.h"
namespace gpu {
@@ -33,16 +32,6 @@
static const PPB_Graphics3D* GetInterface();
static const PPB_OpenGLES2* GetOpenGLESInterface();
- static const PPB_OpenGLES2InstancedArrays_Dev*
- GetOpenGLESInstancedArraysInterface();
- static const PPB_OpenGLES2FramebufferBlit_Dev*
- GetOpenGLESFramebufferBlitInterface();
- static const PPB_OpenGLES2FramebufferMultisample_Dev*
- GetOpenGLESFramebufferMultisampleInterface();
- static const PPB_OpenGLES2ChromiumEnableFeature_Dev*
- GetOpenGLESChromiumEnableFeatureInterface();
- static const PPB_OpenGLES2ChromiumMapSub_Dev*
- GetOpenGLESChromiumMapSubInterface();
virtual bool InitFromBrowserResource(PP_Resource graphics3d_id);
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698