diff options
author | noelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-22 02:07:06 +0000 |
---|---|---|
committer | noelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-22 02:07:06 +0000 |
commit | 421982855791701464fca867481c5d8193f5ec87 (patch) | |
tree | e8ffc116c33468c2fdc616d0bd9c188640beb901 /ppapi/c | |
parent | b47cedc75366a11c1ef663df1e44f4cdb8b6450a (diff) | |
download | chromium_src-421982855791701464fca867481c5d8193f5ec87.zip chromium_src-421982855791701464fca867481c5d8193f5ec87.tar.gz chromium_src-421982855791701464fca867481c5d8193f5ec87.tar.bz2 |
Change interface name
Interface name was originally checked with an inconsistent name,
so we need to force it to the old name.
Review URL: http://codereview.chromium.org/9811027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c')
-rw-r--r-- | ppapi/c/ppp_graphics_3d.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/ppp_graphics_3d.h b/ppapi/c/ppp_graphics_3d.h index df45276..d1e83225 100644 --- a/ppapi/c/ppp_graphics_3d.h +++ b/ppapi/c/ppp_graphics_3d.h @@ -3,7 +3,7 @@ * found in the LICENSE file. */ -/* From ppp_graphics_3d.idl modified Tue Mar 13 12:09:59 2012. */ +/* From ppp_graphics_3d.idl modified Wed Mar 21 17:35:39 2012. */ #ifndef PPAPI_C_PPP_GRAPHICS_3D_H_ #define PPAPI_C_PPP_GRAPHICS_3D_H_ @@ -12,7 +12,7 @@ #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_stdint.h" -#define PPP_GRAPHICS_3D_INTERFACE_1_0 "PPP_Graphics3D;1.0" +#define PPP_GRAPHICS_3D_INTERFACE_1_0 "PPP_Graphics_3D;1.0" #define PPP_GRAPHICS_3D_INTERFACE PPP_GRAPHICS_3D_INTERFACE_1_0 /** |