summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-05-13 11:04:54 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-05-13 11:04:54 -0700
commit8fe05189c51b0ae29ba6f8c9d4c86fa288110707 (patch)
tree08376735a1c851457afff67e5e10061c7498c725 /WebCore
parentaa11044314d0ddff498e6f4bc2f62403aa4b4808 (diff)
parent2ca6453fc4f0b0ba77f29630f3036d1765db9702 (diff)
downloadexternal_webkit-8fe05189c51b0ae29ba6f8c9d4c86fa288110707.zip
external_webkit-8fe05189c51b0ae29ba6f8c9d4c86fa288110707.tar.gz
external_webkit-8fe05189c51b0ae29ba6f8c9d4c86fa288110707.tar.bz2
Merge change 1541
* changes: add test for plugin api for paths (and some fixes)
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/plugins/android/PluginViewAndroid.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/plugins/android/PluginViewAndroid.cpp b/WebCore/plugins/android/PluginViewAndroid.cpp
index 084765b..9a2f7f6 100644
--- a/WebCore/plugins/android/PluginViewAndroid.cpp
+++ b/WebCore/plugins/android/PluginViewAndroid.cpp
@@ -83,6 +83,7 @@ extern void ANPLogInterfaceV0_Init(ANPInterface* value);
extern void ANPMatrixInterfaceV0_Init(ANPInterface* value);
extern void ANPOffscreenInterfaceV0_Init(ANPInterface* value);
extern void ANPPaintInterfaceV0_Init(ANPInterface* value);
+extern void ANPPathInterfaceV0_Init(ANPInterface* value);
extern void ANPTypefaceInterfaceV0_Init(ANPInterface* value);
extern void ANPWindowInterfaceV0_Init(ANPInterface* value);
@@ -101,6 +102,7 @@ static const VarProcPair gVarProcs[] = {
{ VARPROCLINE(CanvasInterfaceV0) },
{ VARPROCLINE(MatrixInterfaceV0) },
{ VARPROCLINE(PaintInterfaceV0) },
+ { VARPROCLINE(PathInterfaceV0) },
{ VARPROCLINE(TypefaceInterfaceV0) },
{ VARPROCLINE(WindowInterfaceV0) },
};