Index: Source/core/platform/FileChooser.h |
diff --git a/Source/core/platform/FileChooser.h b/Source/core/platform/FileChooser.h |
index 47b307221c7ab80ae9015b672c9779206ace2909..c34e30469abe94462bef206337a6130b31424d80 100644 |
--- a/Source/core/platform/FileChooser.h |
+++ b/Source/core/platform/FileChooser.h |
@@ -57,6 +57,7 @@ struct FileChooserSettings { |
Vector<String> selectedFiles; |
#if ENABLE(MEDIA_CAPTURE) |
String capture; |
+ bool useMediaCapture; |
#endif |
// Returns a combined vector of acceptMIMETypes and acceptFileExtensions. |