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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameElementBase.h

Issue 2821303005: [selectors4] Use common ancestor strategy for :focus-within (Closed)
Patch Set: Created 3 years, 8 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/core/html/HTMLFrameElementBase.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
index 631685f8d495a5466ee8a50a0aed32d9d1a023ff..1730eb10d6f5415a7cfc67a422fdd8c04b215075 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
@@ -53,7 +53,7 @@ class CORE_EXPORT HTMLFrameElementBase : public HTMLFrameOwnerElement {
private:
bool SupportsFocus() const final;
- void SetFocused(bool, WebFocusType) final;
+ void SetFocused(bool, WebFocusType, Node* common_ancestor = nullptr) final;
bool IsURLAttribute(const Attribute&) const final;
bool HasLegalLinkAttribute(const QualifiedName&) const final;

Powered by Google App Engine
This is Rietveld 408576698