diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/WebCore/plugins/android/PluginViewAndroid.cpp | 2 | ||||
-rw-r--r-- | Source/WebKit/android/plugins/android_npapi.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/plugins/android/PluginViewAndroid.cpp b/Source/WebCore/plugins/android/PluginViewAndroid.cpp index 8ac6486..dba7d3b 100644 --- a/Source/WebCore/plugins/android/PluginViewAndroid.cpp +++ b/Source/WebCore/plugins/android/PluginViewAndroid.cpp @@ -112,6 +112,7 @@ extern void ANPSystemInterfaceV1_Init(ANPInterface* value); extern void ANPSystemInterfaceV2_Init(ANPInterface* value); extern void ANPNativeWindowInterfaceV0_Init(ANPInterface* value); extern void ANPVideoInterfaceV0_Init(ANPInterface* value); +extern void ANPVideoInterfaceV1_Init(ANPInterface* value); struct VarProcPair { int enumValue; @@ -142,6 +143,7 @@ static const VarProcPair gVarProcs[] = { { VARPROCLINE(SystemInterfaceV2) }, { VARPROCLINE(NativeWindowInterfaceV0) }, { VARPROCLINE(VideoInterfaceV0) }, + { VARPROCLINE(VideoInterfaceV1) }, }; /* return true if var was an interface request (error will be set accordingly) 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. |