| Index: third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| index 8c8e6fe7328f2b002ca3bc6529044a08d31787e4..939fa4b220d990e393ea0bf6a37684f5db92554d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -245,6 +245,9 @@ class CORE_EXPORT HTMLInputElement : public TextControlElement {
|
|
|
| String DefaultToolTip() const override;
|
|
|
| + String capture() const;
|
| + void setCapture(const AtomicString& value);
|
| +
|
| unsigned height() const;
|
| unsigned width() const;
|
| void setHeight(unsigned);
|
|
|