Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: third_party/WebKit/Source/core/html/HTMLInputElement.h

Issue 2735633004: HTML Media Capture: update capture attribute to use string. (Closed)
Patch Set: Fix for android webview Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698