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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 1959183002: Multi-Process Find-in-Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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
Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index f3becd7d61894453c9634a5c2dc4c3a94a8b8792..ba92da54614d20cb455a41d4f1b0bd0efd6629f7 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -204,6 +204,7 @@ public:
void setDevToolsAgentClient(WebDevToolsAgentClient*) override;
WebDevToolsAgent* devToolsAgent() override;
void setFrameOwnerProperties(const WebFrameOwnerProperties&) override;
+ bool isFocused() const override;
WebLocalFrameImpl* localRoot() override;
WebLocalFrame* traversePreviousLocal(bool wrap) const override;
WebLocalFrame* traverseNextLocal(bool wrap) const override;
@@ -241,8 +242,10 @@ public:
WebFloatRect activeFindMatchRect() override;
void findMatchRects(WebVector<WebFloatRect>&) override;
int selectNearestFindMatch(const WebFloatPoint&, WebRect* selectionRect) override;
+ float nearestFindMatch(const WebFloatPoint&) override;
void setTickmarks(const WebVector<WebRect>&) override;
WebFrameWidget* frameWidget() const override;
+ void clearActiveFindMatch() override;
// WebFrameImplBase methods:
void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& uniqueName) override;

Powered by Google App Engine
This is Rietveld 408576698