summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-12-09 14:40:12 +0000
committerSteve Block <steveblock@google.com>2009-12-17 17:41:11 +0000
commitd5340bbd847b3fabb04f28f1aa8425f1874b0bb3 (patch)
tree76b00be28fb5f7fcd76d197c830ca2e48ca10cd9 /WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
parentc351226de9a0ca9d369e44537f6c9ad6606bd219 (diff)
downloadexternal_webkit-d5340bbd847b3fabb04f28f1aa8425f1874b0bb3.zip
external_webkit-d5340bbd847b3fabb04f28f1aa8425f1874b0bb3.tar.gz
external_webkit-d5340bbd847b3fabb04f28f1aa8425f1874b0bb3.tar.bz2
Merge webkit.org at r51976 : Implement new ChromeClient::focusedNodeChanged method.
See http://trac.webkit.org/changeset/50351 Change-Id: Ia3fa68ebb7f54b3a88635c9e8ebade0180a62e21
Diffstat (limited to 'WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp')
-rw-r--r--WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp b/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
index fa70670..8390cbc 100644
--- a/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
+++ b/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
@@ -104,6 +104,8 @@ void ChromeClientAndroid::unfocus() { notImplemented(); }
bool ChromeClientAndroid::canTakeFocus(FocusDirection) { notImplemented(); return false; }
void ChromeClientAndroid::takeFocus(FocusDirection) { notImplemented(); }
+void ChromeClientAndroid::focusedNodeChanged(Node*) { notImplemented(); }
+
Page* ChromeClientAndroid::createWindow(Frame* frame, const FrameLoadRequest&,
const WindowFeatures& features)
{