< prev index next >

modules/javafx.web/src/main/native/Source/WebCore/page/DragClient.h

Print this page

        

@@ -56,10 +56,13 @@
     virtual void declareAndWriteDragImage(const String&, Element&, const URL&, const String&, Frame*) { }
 #if ENABLE(ATTACHMENT_ELEMENT)
     virtual void declareAndWriteAttachment(const String&, Element&, const URL&, const String&, Frame*) { }
 #endif
 #endif
+#if PLATFORM(JAVA)
+    virtual void updateFileExtension(const URL&) { }
+#endif
 
     virtual ~DragClient() { }
 };
 
 } // namespace WebCore
< prev index next >