Chromium Code Reviews| 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..42a2dee4b70ce86079258d061975bc08b40c9171 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 GetCapture() const; |
| + void SetCapture(const AtomicString& value); |
|
mcasas
2017/04/26 19:27:36
l.253-254 have lowercase the first 's' so
s/SetCap
riju_
2017/04/27 12:30:19
Was a bit confused by Blink-renaming, and git cl f
|
| + |
| unsigned height() const; |
| unsigned width() const; |
| void setHeight(unsigned); |