aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyFind.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/EphyFind.h')
-rw-r--r--embed/mozilla/EphyFind.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/mozilla/EphyFind.h b/embed/mozilla/EphyFind.h
index d5dd8e239..d2a636df8 100644
--- a/embed/mozilla/EphyFind.h
+++ b/embed/mozilla/EphyFind.h
@@ -40,7 +40,7 @@ class EphyFind
nsresult SetEmbed (EphyEmbed *aEmbed);
void SetFindProperties (const char *aSearchString,
PRBool aCaseSensitive);
-
+ void SetSelectionAttention (PRBool aAttention);
EphyEmbedFindResult Find (const char *aSearchString,
PRBool aLinksOnly);
EphyEmbedFindResult FindAgain (PRBool aForward);
@@ -53,6 +53,7 @@ class EphyFind
#ifdef HAVE_TYPEAHEADFIND
nsCOMPtr<nsITypeAheadFind> mFinder;
+ PRBool mAttention;
#else
nsCOMPtr<nsIWebBrowserFind> mFinder;
#endif