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

Unified Diff: ppapi/c/pp_graphics_3d.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/c/dev/ppp_graphics_3d_dev.h ('k') | ppapi/c/ppb_graphics_3d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/pp_graphics_3d.h
===================================================================
--- ppapi/c/pp_graphics_3d.h (revision 99577)
+++ ppapi/c/pp_graphics_3d.h (working copy)
@@ -3,12 +3,12 @@
* found in the LICENSE file.
*/
-#ifndef PPAPI_C_DEV_PP_GRAPHICS_3D_DEV_H_
-#define PPAPI_C_DEV_PP_GRAPHICS_3D_DEV_H_
+#ifndef PPAPI_C_PP_GRAPHICS_3D_H_
+#define PPAPI_C_PP_GRAPHICS_3D_H_
#include "ppapi/c/pp_stdint.h"
-enum PP_Graphics3DAttrib_Dev {
+enum PP_Graphics3DAttrib {
// Bits of Alpha in the color buffer.
PP_GRAPHICS3DATTRIB_ALPHA_SIZE = 0x3021,
// Bits of Blue in the color buffer.
@@ -45,4 +45,4 @@
// are deprecated.
typedef int32_t PP_Config3D_Dev;
-#endif // PPAPI_C_DEV_PP_GRAPHICS_3D_DEV_H_
+#endif // PPAPI_C_PP_GRAPHICS_3D_H_
« no previous file with comments | « ppapi/c/dev/ppp_graphics_3d_dev.h ('k') | ppapi/c/ppb_graphics_3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698