diff options
author | Derek Sollenberger <djsollen@google.com> | 2011-09-09 10:32:39 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-09 10:32:39 -0700 |
commit | c32430605169445a9e3e1271ebab51be8c3b25f0 (patch) | |
tree | 122605064f136ac7a147596c3d285102f40adc59 /Source/WebKit | |
parent | f54e4acd5616002d7d4ccb0b671ae805704993b6 (diff) | |
parent | b8c086775bdf98e932daead992eb960767248f44 (diff) | |
download | external_webkit-c32430605169445a9e3e1271ebab51be8c3b25f0.zip external_webkit-c32430605169445a9e3e1271ebab51be8c3b25f0.tar.gz external_webkit-c32430605169445a9e3e1271ebab51be8c3b25f0.tar.bz2 |
Merge "Hookup internal plumbing needed to expose new plugin API."
Diffstat (limited to 'Source/WebKit')
-rw-r--r-- | Source/WebKit/android/plugins/android_npapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/android/plugins/android_npapi.h b/Source/WebKit/android/plugins/android_npapi.h index bcb0bbb..5305dc8 100644 --- a/Source/WebKit/android/plugins/android_npapi.h +++ b/Source/WebKit/android/plugins/android_npapi.h @@ -130,6 +130,7 @@ typedef uint32_t ANPMatrixFlag; #define kWindowInterfaceV2_ANPGetValue ((NPNVariable)1018) #define kNativeWindowInterfaceV0_ANPGetValue ((NPNVariable)1019) +#define kVideoInterfaceV1_ANPGetValue ((NPNVariable)1020) /** queries for the drawing models supported on this device. |