summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/ChromeClientAndroid.h
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2009-08-17 15:05:58 +0100
committerAndrei Popescu <andreip@google.com>2009-08-17 15:07:51 +0100
commit2eef744339814ace28e6835115e7e389fb8b7962 (patch)
treeffcd61a73a63fe5a73d163494a7f02d7413e4bbe /WebKit/android/WebCoreSupport/ChromeClientAndroid.h
parentbc5fe496bf48aa18d6b41db4c43e20f890240de2 (diff)
downloadexternal_webkit-2eef744339814ace28e6835115e7e389fb8b7962.zip
external_webkit-2eef744339814ace28e6835115e7e389fb8b7962.tar.gz
external_webkit-2eef744339814ace28e6835115e7e389fb8b7962.tar.bz2
Fix WebCoreFrameBridge.cpp
Diffstat (limited to 'WebKit/android/WebCoreSupport/ChromeClientAndroid.h')
-rw-r--r--WebKit/android/WebCoreSupport/ChromeClientAndroid.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/WebKit/android/WebCoreSupport/ChromeClientAndroid.h b/WebKit/android/WebCoreSupport/ChromeClientAndroid.h
index ded1ea9..07496ce 100644
--- a/WebKit/android/WebCoreSupport/ChromeClientAndroid.h
+++ b/WebKit/android/WebCoreSupport/ChromeClientAndroid.h
@@ -82,8 +82,8 @@ namespace android {
virtual bool menubarVisible();
virtual void setResizable(bool);
-
- virtual void addMessageToConsole(MessageSource, MessageLevel, const String& message, unsigned int lineNumber, const String& sourceID);
+
+ virtual void addMessageToConsole(MessageSource, MessageType, MessageLevel, const String& message, unsigned int lineNumber, const String& sourceID);
virtual bool canRunBeforeUnloadConfirmPanel();
virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
@@ -110,8 +110,8 @@ namespace android {
// End methods used by HostWindow.
virtual void mouseDidMoveOverElement(const HitTestResult&, unsigned int);
-
- virtual void setToolTip(const String&);
+
+ virtual void setToolTip(const String&, TextDirection);
virtual void print(Frame*);
#if ENABLE(DATABASE)