diff options
author | Leon Clarke <leonclarke@google.com> | 2009-09-24 15:32:59 +0100 |
---|---|---|
committer | Leon Clarke <leonclarke@google.com> | 2009-09-24 17:46:03 +0100 |
commit | 7e7a0fd96b7d18fa3562af3b2bb4c7516fe9babe (patch) | |
tree | cffd23a4de921fc0b80aea310a2689febacfada3 /WebKit/android/jni/WebViewCore.h | |
parent | 28e09963cd0ab02a20ddd0b687e55f97921445cc (diff) | |
download | external_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.h | 7 |
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. |