| Index: third_party/WebKit/Source/core/html/forms/InputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.h b/third_party/WebKit/Source/core/html/forms/InputType.h
|
| index 27e57da00872f755c19ea2a79574f0d0aeba8fd0..87f566be2a256dd9930e850e8574f783d1373aab 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.h
|
| @@ -154,6 +154,7 @@ public:
|
| virtual bool shouldRespectAlignAttribute();
|
| virtual FileList* files();
|
| virtual void setFiles(FileList*);
|
| + virtual void setFilesFromPaths(Vector<String>);
|
| // Should return true if the given DragData has more than one dropped files.
|
| virtual bool receiveDroppedFiles(const DragData*);
|
| virtual String droppedFileSystemId();
|
|
|