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

Unified Diff: ppapi/c/dev/ppb_opengles2ext_dev.h

Issue 169403005: command_buffer: Implement path rendering functions for CHROMIUM_path_rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nv-pr-02-texgen
Patch Set: rebase Created 5 years, 6 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
Index: ppapi/c/dev/ppb_opengles2ext_dev.h
diff --git a/ppapi/c/dev/ppb_opengles2ext_dev.h b/ppapi/c/dev/ppb_opengles2ext_dev.h
index 6d094d8c3b7a86561cf624e974f91eb493fd3235..0f8e1df6dad2ead0c1c5c11df7c1f39a32641b7b 100644
--- a/ppapi/c/dev/ppb_opengles2ext_dev.h
+++ b/ppapi/c/dev/ppb_opengles2ext_dev.h
@@ -13,9 +13,9 @@
#include "ppapi/c/ppb_opengles2.h"
#define PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0 \
- "PPB_OpenGLES2DrawBuffers(Dev);1.0"
+ "PPB_OpenGLES2DrawBuffers(Dev);1.0"
vmiura 2015/06/19 21:55:22 Remove changes in this file?
Kimmo Kinnunen 2015/06/23 12:03:11 Done.
#define PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE \
- PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0
+ PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0
/**
* @file
@@ -25,11 +25,9 @@
* clang-format -i -style=chromium filename
* DO NOT EDIT! */
-
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/ppb_opengles2.h"
-
/**
* @addtogroup Interfaces
* @{
@@ -49,5 +47,4 @@ struct PPB_OpenGLES2DrawBuffers_Dev {
* @}
*/
-#endif /* PPAPI_C_DEV_PPB_OPENGLES2EXT_DEV_H_ */
-
+#endif /* PPAPI_C_DEV_PPB_OPENGLES2EXT_DEV_H_ */

Powered by Google App Engine
This is Rietveld 408576698