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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.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: Created 5 years, 2 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/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index dc231c9baddb1dbe2b47edcbcea96a7b56aa8d9d..89c835107460303e139664940f528796257a7ef1 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -152,7 +152,7 @@ public:
// Focus ------------------------------------------------------------------
// Called when this frame loses focus to a frame in another process.
- virtual void clearFocus() = 0;
+ virtual void clearFocus(WebRemoteFrame*) = 0;
dcheng 2015/10/28 00:34:15 Hm... It feels a little wonky to have both this a
alexmos 2015/11/02 23:23:51 After also investigating what it'd take to support
// Content Settings -------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698