summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-07-22 16:44:15 +0100
committerBen Murdoch <benm@google.com>2010-07-27 10:20:26 +0100
commit6c58635db69329cd8c46dc17dd670bdcbf1a889a (patch)
treed63c7e19a2a08cde712b953ec049b55148b19670 /WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
parentc697ccf5ef26f14b2ab9743e4e2f20e8ec046441 (diff)
downloadexternal_webkit-6c58635db69329cd8c46dc17dd670bdcbf1a889a.zip
external_webkit-6c58635db69329cd8c46dc17dd670bdcbf1a889a.tar.gz
external_webkit-6c58635db69329cd8c46dc17dd670bdcbf1a889a.tar.bz2
Merge Webkit at r63859 : PlatformCursorHandle -> Cursor. See http://trac.webkit.org/changeset/63339
Change-Id: I26df53fba097893a5adee2a957a63a0f1720def8
Diffstat (limited to 'WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp')
-rw-r--r--WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp b/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
index 6495bb4..2de83f6 100644
--- a/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
+++ b/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
@@ -488,10 +488,9 @@ void ChromeClientAndroid::chooseIconForFiles(const Vector<WebCore::String>&, Fil
notImplemented();
}
-bool ChromeClientAndroid::setCursor(PlatformCursorHandle)
+void ChromeClientAndroid::setCursor(const Cursor&)
{
notImplemented();
- return false;
}
void ChromeClientAndroid::wakeUpMainThreadWithNewQuota(long newQuota) {