| Index: third_party/WebKit/Source/core/html/forms/DateTimeNumericFieldElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeNumericFieldElement.h b/third_party/WebKit/Source/core/html/forms/DateTimeNumericFieldElement.h
|
| index 5b409998b1cacbb5f968c66ac9339be2fd659434..d534e4faae9f731a82f590dd0233685738e97d84 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/DateTimeNumericFieldElement.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/DateTimeNumericFieldElement.h
|
| @@ -94,7 +94,7 @@ class DateTimeNumericFieldElement : public DateTimeFieldElement {
|
| String Value() const final;
|
|
|
| // Node functions.
|
| - void SetFocused(bool, WebFocusType) final;
|
| + void SetFocused(bool, WebFocusType, Node* common_ancestor = nullptr) final;
|
|
|
| String FormatValue(int) const;
|
| int RoundUp(int) const;
|
|
|