diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 02:49:39 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-13 02:49:39 +0000 |
commit | 84e59a487499dbfb1e52cf066f124aaef78782ba (patch) | |
tree | b4850110e0e96fa079922b802e3129dad7d4efbe /ppapi/c/ppb_file_io.h | |
parent | 92cdabdebc9082f557265390a017ad6a59df2460 (diff) | |
download | chromium_src-84e59a487499dbfb1e52cf066f124aaef78782ba.zip chromium_src-84e59a487499dbfb1e52cf066f124aaef78782ba.tar.gz chromium_src-84e59a487499dbfb1e52cf066f124aaef78782ba.tar.bz2 |
Revert 92302 - First pass at revving stable pepper interfaces to 1.0.
Missing PPB_Core (pending removal of MemAlloc/MemFree) and new input event interfaces, in case we want to change them in the next ~week.
BUG=84519
TEST=ppapi tests
Review URL: http://codereview.chromium.org/7292033
TBR=dmichael@chromium.org
Review URL: http://codereview.chromium.org/7342032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92304 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppb_file_io.h')
-rw-r--r-- | ppapi/c/ppb_file_io.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ppapi/c/ppb_file_io.h b/ppapi/c/ppb_file_io.h index 7f8b130..364e14d 100644 --- a/ppapi/c/ppb_file_io.h +++ b/ppapi/c/ppb_file_io.h @@ -64,8 +64,7 @@ PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FileOpenFlags, 4); */ #define PPB_FILEIO_INTERFACE_0_5 "PPB_FileIO;0.5" -#define PPB_FILEIO_INTERFACE_1_0 "PPB_FileIO;1.0" -#define PPB_FILEIO_INTERFACE PPB_FILEIO_INTERFACE_1_0 +#define PPB_FILEIO_INTERFACE PPB_FILEIO_INTERFACE_0_5 /** * @addtogroup Interfaces |