summaryrefslogtreecommitdiffstats
path: root/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp')
-rw-r--r--WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp b/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp
index d99f0bc..1aac4ff 100644
--- a/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp
+++ b/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp
@@ -91,6 +91,10 @@ void ChromeClientEfl::focusedNodeChanged(Node*)
notImplemented();
}
+void ChromeClientEfl::focusedFrameChanged(Frame*)
+{
+}
+
FloatRect ChromeClientEfl::windowRect()
{
Ecore_Evas* ee = 0;