From 11d8fcc9eb8aeb5b0809b89e42e7d529e89b98c7 Mon Sep 17 00:00:00 2001 From: "stuartmorgan@chromium.org" Date: Thu, 20 Jan 2011 17:51:44 +0000 Subject: 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 --- third_party/npapi/bindings/npapi.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.1