From 2cf6c8816a73e0132bd8fa3b509d62d7c51b6e47 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 7 May 2012 11:21:11 +0200 Subject: Imported WebKit commit 7e538425aa020340619e927792f3d895061fb54b (http://svn.webkit.org/repository/webkit/trunk@116286) --- Source/WebKit2/WebProcess/WebPage/FindController.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Source/WebKit2/WebProcess/WebPage/FindController.h') diff --git a/Source/WebKit2/WebProcess/WebPage/FindController.h b/Source/WebKit2/WebProcess/WebPage/FindController.h index da03b79a7..e070b6b73 100644 --- a/Source/WebKit2/WebProcess/WebPage/FindController.h +++ b/Source/WebKit2/WebProcess/WebPage/FindController.h @@ -28,13 +28,13 @@ #include "PageOverlay.h" #include "WebFindOptions.h" +#include #include #include #include namespace WebCore { class Frame; - class IntRect; } namespace WebKit { @@ -70,13 +70,15 @@ private: Vector rectsForTextMatches(); bool updateFindIndicator(WebCore::Frame* selectedFrame, bool isShowingOverlay, bool shouldAnimate = true); -private: + void updateFindUIAfterPageScroll(bool found, const String&, FindOptions, unsigned maxMatchCount); + WebPage* m_webPage; PageOverlay* m_findPageOverlay; // Whether the UI process is showing the find indicator. Note that this can be true even if // the find indicator isn't showing, but it will never be false when it is showing. bool m_isShowingFindIndicator; + WebCore::IntRect m_findIndicatorRect; }; } // namespace WebKit -- cgit v1.2.1