| Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| index abb28d39af6b814cf3d5e44226af3712041dfb39..5dc529e718aff3c82a8b2aabdd662aa5cf3105f1 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| @@ -1912,4 +1912,10 @@ bool HTMLInputElement::hasFallbackContent() const
|
| {
|
| return m_inputTypeView->hasFallbackContent();
|
| }
|
| +
|
| +void HTMLInputElement::setFilesFromPaths(Vector<String> paths)
|
| +{
|
| + return m_inputType->setFilesFromPaths(paths);
|
| +}
|
| } // namespace blink
|
| +
|
|
|