Index: third_party/WebKit/Source/core/page/DragData.h |
diff --git a/third_party/WebKit/Source/core/page/DragData.h b/third_party/WebKit/Source/core/page/DragData.h |
index bf07abce5a80fc3dfd0e3710878283deb0845a48..d3d61da7946de5ff4330381262c6cf58013c7ebb 100644 |
--- a/third_party/WebKit/Source/core/page/DragData.h |
+++ b/third_party/WebKit/Source/core/page/DragData.h |
@@ -67,6 +67,7 @@ public: |
String asURL(FilenameConversionPolicy filenamePolicy = ConvertFilenames, String* title = nullptr) const; |
String asPlainText() const; |
void asFilePaths(Vector<String>&) const; |
+ unsigned numberOfFiles() const; |
DocumentFragment* asFragment(LocalFrame*) const; |
bool canSmartReplace() const; |
bool containsFiles() const; |