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

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

Issue 1423053002: Make document.activeElement work with OOPIF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@focus-preserve-page-focus-on-subframe-navigations
Patch Set: Remove some plumbing that should instead be introduced in the window.focus() CL. Created 5 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
Index: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index b69a4a295a535a919767a35536101c8e02295aec..999bdcc6cc14c5283b0fab92941d8b2796aed64c 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -181,6 +181,7 @@ public:
const WebString& name, WebFrame* relativeToFrame) override;
WebFrame* focusedFrame() override;
void setFocusedFrame(WebFrame*) override;
+ void focusDocumentView(WebFrame*) override;
void setInitialFocus(bool reverse) override;
void clearFocusedElement() override;
bool scrollFocusedNodeIntoRect(const WebRect&) override;

Powered by Google App Engine
This is Rietveld 408576698