diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-20 17:51:44 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-20 17:51:44 +0000 |
commit | 11d8fcc9eb8aeb5b0809b89e42e7d529e89b98c7 (patch) | |
tree | 30e44b06f4d25183ab6386742fc9e53c0e444342 /third_party/npapi | |
parent | 418ab3d534ee4cc2338a343db689c735bd03fa10 (diff) | |
download | chromium_src-11d8fcc9eb8aeb5b0809b89e42e7d529e89b98c7.zip chromium_src-11d8fcc9eb8aeb5b0809b89e42e7d529e89b98c7.tar.gz chromium_src-11d8fcc9eb8aeb5b0809b89e42e7d529e89b98c7.tar.bz2 |
Pull in r34 of the upstream NPAPI headers (Updated Cocoa IME)
This skips r33 (which is unrelated) for the moment because NaCl needs changes in order to compile with r33.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6307009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71965 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/npapi')
-rw-r--r-- | third_party/npapi/bindings/npapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h index 6058321..0968651 100644 --- a/third_party/npapi/bindings/npapi.h +++ b/third_party/npapi/bindings/npapi.h @@ -449,6 +449,8 @@ typedef enum { , NPNVsupportsCarbonBool = 3000 /* TRUE if the browser supports the Carbon event model */ #endif , NPNVsupportsCocoaBool = 3001 /* TRUE if the browser supports the Cocoa event model */ + , NPNVsupportsUpdatedCocoaTextInputBool = 3002 /* TRUE if the browser supports the updated + Cocoa text input specification. */ #endif #if (MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6) , NPNVSupportsWindowlessLocal = 2002 |