< prev index next >

modules/javafx.web/src/main/native/Source/WebCore/platform/java/DragClientJava.h

Print this page

        

@@ -32,10 +32,12 @@
     DragSourceAction dragSourceActionMaskForPoint(const IntPoint& windowPoint) override;
 
     void startDrag(DragImage, const IntPoint& dragImageOrigin, const IntPoint& eventPos, const FloatPoint& dragImageAnchor, DataTransfer&, Frame&, DragSourceAction) override;
 
     void dragControllerDestroyed() override;
+    void updateFileExtension(const URL&) override;
 private:
     JGObject m_webPage;
+    String m_fileExt;
 };
 
 } // namespace WebCore
< prev index next >