tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / rendering / RenderTheme.h
index d54b22e..a2512b7 100755 (executable)
@@ -207,7 +207,7 @@ public:
     virtual bool shouldShowPlaceholderWhenFocused() const { return false; }
     virtual bool shouldHaveSpinButton(HTMLInputElement*) const;
 
-    virtual String fileListNameForWidth(const Vector<String>& filenames, const Font&, int width);
+    virtual String fileListNameForWidth(const Vector<String>& filenames, const Font&, int width, bool multipleFilesAllowed);
 
 protected:
     // The platform selection color.