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 0b0c7faa50c1a7d722ec84a925ac86118cec6528..42dafa64b187b0a408fb94759b4a735e53b342a7 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(Vector<String>); |
|
dgozman
2016/06/27 21:07:02
const Vector<String>&
einbinder
2016/06/27 22:41:01
Done.
|
| + |
| // Returns true if the given DragData has more than one dropped files. |
| bool receiveDroppedFiles(const DragData*); |