diff options
Diffstat (limited to 'webkit/api/public/WebFrame.h')
-rw-r--r-- | webkit/api/public/WebFrame.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/api/public/WebFrame.h b/webkit/api/public/WebFrame.h index 6cde878..50b50b3 100644 --- a/webkit/api/public/WebFrame.h +++ b/webkit/api/public/WebFrame.h @@ -408,13 +408,6 @@ namespace WebKit { // about the new count. virtual void increaseMatchCount(int count, int identifier) = 0; - // Notifies the WebViewClient about a new selection rect. This will - // result in the browser getting notified. For more information see - // WebViewClient. - virtual void reportFindInPageSelection(const WebRect& selectionRect, - int activeMatchOrdinal, - int identifier) = 0; - // This function is called on the main frame to reset the total number // of matches found during the scoping effort. virtual void resetMatchCount() = 0; |