Index: third_party/npapi/bindings/npapi.h |
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h |
index 6058321c8dda520324de0380436ad5443e8613b3..0968651667d86ea84e92d60b61afb6f20802b561 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 |