| 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 0b0c7faa50c1a7d722ec84a925ac86118cec6528..d8544e321fa2b687ec31bcf1dfe245ca6f317641 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -186,6 +186,8 @@ public:
|
| FileList* files();
|
| void setFiles(FileList*);
|
|
|
| + void setFilesFromPaths(const Vector<String>&);
|
| +
|
| // Returns true if the given DragData has more than one dropped files.
|
| bool receiveDroppedFiles(const DragData*);
|
|
|
|
|