| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index 55cd88caae7ff0ff791c331063876afa0afaa20e..897ff1cd1808079652ac74e4e64a01ff370d2e60 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -560,6 +560,15 @@ public:
|
| // Notifies embedder about an accessibility event.
|
| virtual void postAccessibilityEvent(const WebAXObject&, WebAXEvent) { }
|
|
|
| + // Provides accessibility information about a find in page result.
|
| + virtual void handleAccessibilityFindInPageResult(
|
| + int identifier,
|
| + int matchIndex,
|
| + const WebAXObject& startObject,
|
| + int startOffset,
|
| + const WebAXObject& endObject,
|
| + int endOffset) { }
|
| +
|
| // ServiceWorker -------------------------------------------------------
|
|
|
| // Whether the document associated with WebDataSource is controlled by the
|
|
|