| 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*);
|
|
|