diff options
author | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 23:19:02 +0000 |
---|---|---|
committer | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 23:19:02 +0000 |
commit | 5e19e6be8418668ad8f120dd3452eaf3ac32431a (patch) | |
tree | ed95ce399b9e23b2911a4618b4ddf8126f89cac8 /ppapi/api/ppb_graphics_2d.idl | |
parent | d538a01ed0074232f5f7dc41154506d141322ca9 (diff) | |
download | chromium_src-5e19e6be8418668ad8f120dd3452eaf3ac32431a.zip chromium_src-5e19e6be8418668ad8f120dd3452eaf3ac32431a.tar.gz chromium_src-5e19e6be8418668ad8f120dd3452eaf3ac32431a.tar.bz2 |
Fix incorrect API version information.
Several IDL files contain references to M13 which are unused. This causes
the generator to use M13 instead of M14 as the version number for the
unchanged interface. This CL removes the unused references to M13 in
the IDL, and pushes the updated set of '*.h' removing the unused
#define of the unused version string.
BUG= http://code.google.com/p/chromium/issues/detail?id=94201
TEST= compile + try
R= brettw@chromium.org
Review URL: http://codereview.chromium.org/7748012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98348 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/ppb_graphics_2d.idl')
-rw-r--r-- | ppapi/api/ppb_graphics_2d.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/api/ppb_graphics_2d.idl b/ppapi/api/ppb_graphics_2d.idl index 5943415..1161b15 100644 --- a/ppapi/api/ppb_graphics_2d.idl +++ b/ppapi/api/ppb_graphics_2d.idl @@ -9,7 +9,6 @@ */ label Chrome { - M13 = 0.4, M14 = 1.0 }; |