summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/android/PlatformBridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/android/PlatformBridge.h')
-rw-r--r--WebCore/platform/android/PlatformBridge.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/android/PlatformBridge.h b/WebCore/platform/android/PlatformBridge.h
index 948847a..3900a74 100644
--- a/WebCore/platform/android/PlatformBridge.h
+++ b/WebCore/platform/android/PlatformBridge.h
@@ -84,6 +84,7 @@ namespace WebCore {
class Document;
class FrameView;
+class Node;
class Widget;
// An interface to the embedding layer, which has the ability to answer
@@ -133,6 +134,8 @@ public:
// Update the viewport meta data.
static void updateViewport(FrameView*);
+
+ static void updateTextfield(FrameView*, Node*, bool changeToPassword, const WTF::String& text);
};
}