summaryrefslogtreecommitdiffstats
path: root/chrome/browser/find_in_page_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/find_in_page_controller.h')
-rw-r--r--chrome/browser/find_in_page_controller.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/find_in_page_controller.h b/chrome/browser/find_in_page_controller.h
index c6a0c38..5ddef23 100644
--- a/chrome/browser/find_in_page_controller.h
+++ b/chrome/browser/find_in_page_controller.h
@@ -86,6 +86,9 @@ class FindInPageController : public RenderViewHostDelegate::FindInPage,
// Moves the window according to the new window size.
void RespondToResize(const gfx::Size& new_size);
+ // Whether we are animating the position of the Find window.
+ bool IsAnimating();
+
// Changes the parent window for the FindInPage controller. If |new_parent| is
// already the parent of this window then no action is taken. |new_parent| can
// not be NULL.