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

Unified Diff: third_party/WebKit/Source/core/html/forms/DateTimeFieldElement.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/forms/DateTimeFieldElement.h
diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeFieldElement.h b/third_party/WebKit/Source/core/html/forms/DateTimeFieldElement.h
index 5bbbe56063b02c2b153b967f84050d0d6d9532e0..2ee39d49d207ec6f7361b131051e142f04ee1bd1 100644
--- a/third_party/WebKit/Source/core/html/forms/DateTimeFieldElement.h
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeFieldElement.h
@@ -95,7 +95,7 @@ class DateTimeFieldElement : public HTMLSpanElement {
virtual int ValueForARIAValueNow() const;
// Node functions.
- void SetFocused(bool, WebFocusType) override;
+ void SetFocused(bool, WebFocusType, Node* common_ancestor = nullptr) override;
private:
void DefaultKeyboardEventHandler(KeyboardEvent*);

Powered by Google App Engine
This is Rietveld 408576698