diff options
Diffstat (limited to 'WebCore/platform')
| -rw-r--r-- | WebCore/platform/android/PlatformBridge.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/platform/android/PlatformBridge.h b/WebCore/platform/android/PlatformBridge.h index a73abab..8b08490 100644 --- a/WebCore/platform/android/PlatformBridge.h +++ b/WebCore/platform/android/PlatformBridge.h @@ -31,9 +31,12 @@ #include <wtf/Vector.h> +class NPObject; + namespace WebCore { class FrameView; +class Widget; // An interface to the embedding layer, which has the ability to answer // questions about the system and so on... @@ -54,6 +57,8 @@ public: static void setCookies(const KURL&, const String& value); static String cookies(const KURL&); static bool cookiesEnabled(); + // Plugin + static NPObject* pluginScriptableObject(Widget*); // These ids need to be in sync with the constants in BrowserFrame.java enum rawResId { NoDomain = 1, |
