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

Unified Diff: ppapi/shared_impl/opengles2_impl.h

Issue 7737013: Move PPAPI graphics3d and opengles interfaces out of Dev. (Closed) Base URL: svn://chrome-svn/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/ppp_graphics_3d_proxy.cc ('k') | ppapi/shared_impl/opengles2_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/opengles2_impl.h
===================================================================
--- ppapi/shared_impl/opengles2_impl.h (revision 99848)
+++ ppapi/shared_impl/opengles2_impl.h (working copy)
@@ -5,14 +5,14 @@
#ifndef PPAPI_SHARED_IMPL_OPENGLES2_IMPL_H_
#define PPAPI_SHARED_IMPL_OPENGLES2_IMPL_H_
-#include "ppapi/c/dev/ppb_opengles_dev.h"
+#include "ppapi/c/ppb_opengles.h"
#include "ppapi/shared_impl/ppapi_shared_export.h"
namespace ppapi {
class PPAPI_SHARED_EXPORT OpenGLES2Impl {
public:
- static const PPB_OpenGLES2_Dev* GetInterface();
+ static const PPB_OpenGLES2* GetInterface();
};
} // namespace ppapi
« no previous file with comments | « ppapi/proxy/ppp_graphics_3d_proxy.cc ('k') | ppapi/shared_impl/opengles2_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698