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

Unified Diff: third_party/WebKit/Source/core/html/HTMLPlugInElement.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/HTMLPlugInElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
index 5932b286a897ef8ed069a3ab2ab1b37727549ac7..dd5332ea3e9409543dd8f5d3df29404628929777 100644
--- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
@@ -46,7 +46,7 @@ class CORE_EXPORT HTMLPlugInElement : public HTMLFrameOwnerElement {
~HTMLPlugInElement() override;
DECLARE_VIRTUAL_TRACE();
- void SetFocused(bool, WebFocusType) override;
+ void SetFocused(bool, WebFocusType, Node* common_ancestor = nullptr) override;
void ResetInstance();
// TODO(dcheng): Consider removing this, since HTMLEmbedElementLegacyCall
// and HTMLObjectElementLegacyCall usage is extremely low.

Powered by Google App Engine
This is Rietveld 408576698