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..5503e26ef7773d48dda9861d2d8f56326b1194f9 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; |
+ CaptureFacingMode capture() const; |
+ void setCapture(const AtomicString& value); |
+ |
unsigned height() const; |
unsigned width() const; |
void setHeight(unsigned); |