summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorLeon Clarke <leonclarke@google.com>2009-09-24 15:32:59 +0100
committerLeon Clarke <leonclarke@google.com>2009-09-24 17:46:03 +0100
commit7e7a0fd96b7d18fa3562af3b2bb4c7516fe9babe (patch)
treecffd23a4de921fc0b80aea310a2689febacfada3 /WebKit/android/jni/WebViewCore.h
parent28e09963cd0ab02a20ddd0b687e55f97921445cc (diff)
downloadexternal_webkit-7e7a0fd96b7d18fa3562af3b2bb4c7516fe9babe.zip
external_webkit-7e7a0fd96b7d18fa3562af3b2bb4c7516fe9babe.tar.gz
external_webkit-7e7a0fd96b7d18fa3562af3b2bb4c7516fe9babe.tar.bz2
Colorizing clicked-on links
Following review comments Following review comments
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r--WebKit/android/jni/WebViewCore.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h
index 7dd8763..0537262 100644
--- a/WebKit/android/jni/WebViewCore.h
+++ b/WebKit/android/jni/WebViewCore.h
@@ -53,6 +53,7 @@ namespace WebCore {
class RenderTextControl;
class ScrollView;
class TimerBase;
+ class PageGroup;
}
struct PluginWidgetAndroid;
@@ -216,6 +217,12 @@ namespace android {
*/
void reachedMaxAppCacheSize(const unsigned long long spaceNeeded);
+ /**
+ * Set up the PageGroup's idea of which links have been visited, with the browser history.
+ * @param group the object to deliver the links to.
+ */
+ void populateVisitedLinks(WebCore::PageGroup*);
+
/**
* Instruct the browser to show a Geolocation permission prompt for the
* specified origin.