Chromium Code Reviews| 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_ */ |