summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/android
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2012-06-20 16:22:50 -0700
committerGeorge Mount <mount@google.com>2012-06-20 16:22:50 -0700
commitbc17d11c07d97392bb41b9d707726bec5c8cb64d (patch)
treef72daa4b3bec8fc35c08eebbcfec31a64152c8e1 /Source/WebCore/platform/android
parentfc7f71bad1fe01396717f3425429f04cb009f741 (diff)
downloadexternal_webkit-bc17d11c07d97392bb41b9d707726bec5c8cb64d.zip
external_webkit-bc17d11c07d97392bb41b9d707726bec5c8cb64d.tar.gz
external_webkit-bc17d11c07d97392bb41b9d707726bec5c8cb64d.tar.bz2
Remove updateTextfield for changing passwords.
The UI no longer needs to know about password field changes as it is not required like it was with the removed WebTextView. Change-Id: I16a6bb44c31c83c5c3e9cb70f2bc865d5eb2732c
Diffstat (limited to 'Source/WebCore/platform/android')
-rw-r--r--Source/WebCore/platform/android/PlatformBridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/android/PlatformBridge.h b/Source/WebCore/platform/android/PlatformBridge.h
index e48e50c..5af5d2d 100644
--- a/Source/WebCore/platform/android/PlatformBridge.h
+++ b/Source/WebCore/platform/android/PlatformBridge.h
@@ -132,7 +132,7 @@ public:
// Update the viewport meta data.
static void updateViewport(FrameView*);
- static void updateTextfield(FrameView*, Node*, bool changeToPassword, const WTF::String& text);
+ static void updateTextfield(FrameView*, Node*, const WTF::String& text);
static void setScrollPosition(ScrollView*, int x, int y);