summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/android/PluginViewAndroid.cpp
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2011-01-26 15:39:46 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-26 15:39:46 -0800
commitaf1d8497b809bbb7ec0ccd9dec17a091f4d86617 (patch)
tree1d0504232dd507fa435cedfd07a8db6020659fdb /WebCore/plugins/android/PluginViewAndroid.cpp
parent7a7307a06aa1a2f811de4355ea0e772213f2da67 (diff)
parent136290ef021ff9a9bf9152124a5fa42069acfdfc (diff)
downloadexternal_webkit-af1d8497b809bbb7ec0ccd9dec17a091f4d86617.zip
external_webkit-af1d8497b809bbb7ec0ccd9dec17a091f4d86617.tar.gz
external_webkit-af1d8497b809bbb7ec0ccd9dec17a091f4d86617.tar.bz2
Merge "Initial pass at a video API for plugins." into honeycomb
Diffstat (limited to 'WebCore/plugins/android/PluginViewAndroid.cpp')
-rw-r--r--WebCore/plugins/android/PluginViewAndroid.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/plugins/android/PluginViewAndroid.cpp b/WebCore/plugins/android/PluginViewAndroid.cpp
index bd367c3..122404a 100644
--- a/WebCore/plugins/android/PluginViewAndroid.cpp
+++ b/WebCore/plugins/android/PluginViewAndroid.cpp
@@ -86,6 +86,7 @@
#include "ANPOpenGL_npapi.h"
#include "ANPSurface_npapi.h"
#include "ANPSystem_npapi.h"
+#include "ANPVideo_npapi.h"
#include "SkANP.h"
#include "SkFlipPixelRef.h"
@@ -107,6 +108,7 @@ extern void ANPWindowInterfaceV0_Init(ANPInterface* value);
extern void ANPWindowInterfaceV1_Init(ANPInterface* value);
extern void ANPSystemInterfaceV0_Init(ANPInterface* value);
extern void ANPOpenGLInterfaceV0_Init(ANPInterface* value);
+extern void ANPVideoInterfaceV0_Init(ANPInterface* value);
struct VarProcPair {
int enumValue;
@@ -133,6 +135,7 @@ static const VarProcPair gVarProcs[] = {
{ VARPROCLINE(WindowInterfaceV1) },
{ VARPROCLINE(SystemInterfaceV0) },
{ VARPROCLINE(OpenGLInterfaceV0) },
+ { VARPROCLINE(VideoInterfaceV0) },
};
/* return true if var was an interface request (error will be set accordingly)