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
parent b47cedc7
......@@ -16,7 +16,7 @@ label Chrome {
* <code>PPP_Graphics3D</code> defines the notification interface for a 3D
* graphics context.
*/
[macro="PPP_GRAPHICS_3D_INTERFACE"]
[macro="PPP_GRAPHICS_3D_INTERFACE", iname="PPP_Graphics_3D"]
interface PPP_Graphics3D {
/**
* Called when the OpenGL ES window is invalidated and needs to be repainted.
......
......@@ -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
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment