diff options
Diffstat (limited to 'Source/WebCore/rendering/RenderTheme.h')
| -rw-r--r-- | Source/WebCore/rendering/RenderTheme.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/WebCore/rendering/RenderTheme.h b/Source/WebCore/rendering/RenderTheme.h index c243b78a5..f65b8523f 100644 --- a/Source/WebCore/rendering/RenderTheme.h +++ b/Source/WebCore/rendering/RenderTheme.h @@ -1,7 +1,7 @@ /* * This file is part of the theme implementation for form controls in WebCore. * - * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Apple Computer, Inc. + * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2012 Apple Computer, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -214,7 +214,8 @@ public: virtual bool popsMenuByArrowKeys() const { return false; } virtual bool popsMenuBySpaceOrReturn() const { return false; } - virtual String fileListNameForWidth(const Vector<String>& filenames, const Font&, int width, bool multipleFilesAllowed); + virtual String fileListDefaultLabel(bool multipleFilesAllowed) const; + virtual String fileListNameForWidth(const Vector<String>& filenames, const Font&, int width, bool multipleFilesAllowed) const; protected: // The platform selection color. |
