Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1862)

Unified Diff: Source/web/TextFinder.h

Issue 696533003: Expose accessibility information about find in page results to the client. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/web/TextFinder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/TextFinder.h
diff --git a/Source/web/TextFinder.h b/Source/web/TextFinder.h
index dd4f138b6516e7ae80ee24179e150b05d318cebd..5efdad2c905232da3ae09e225ee71c01692aaad8 100644
--- a/Source/web/TextFinder.h
+++ b/Source/web/TextFinder.h
@@ -117,6 +117,8 @@ private:
void reportFindInPageSelection(
const WebRect& selectionRect, int activeMatchOrdinal, int identifier);
+ void reportFindInPageResultToAccessibility(int identifier);
+
// Clear the find-in-page matches cache forcing rects to be fully
// calculated again next time updateFindMatchRects is called.
void clearFindMatchesCache();
« no previous file with comments | « no previous file | Source/web/TextFinder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698