Title: [159020] trunk/Source/WebCore
Revision
159020
Author
[email protected]
Date
2013-11-10 00:57:08 -0800 (Sun, 10 Nov 2013)

Log Message

Remove RenderTheme::shouldOpenPickerWithF4Key().

Rubber-stamped by Anders Carlsson.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (159019 => 159020)


--- trunk/Source/WebCore/ChangeLog	2013-11-10 08:39:42 UTC (rev 159019)
+++ trunk/Source/WebCore/ChangeLog	2013-11-10 08:57:08 UTC (rev 159020)
@@ -1,3 +1,9 @@
+2013-11-10  Andreas Kling  <[email protected]>
+
+        Remove RenderTheme::shouldOpenPickerWithF4Key().
+
+        Rubber-stamped by Anders Carlsson.
+
 2013-11-09  Andreas Kling  <[email protected]>
 
         CSSValuePool::createFontFamilyValue() should return PassRef.

Modified: trunk/Source/WebCore/rendering/RenderTheme.cpp (159019 => 159020)


--- trunk/Source/WebCore/rendering/RenderTheme.cpp	2013-11-10 08:39:42 UTC (rev 159019)
+++ trunk/Source/WebCore/rendering/RenderTheme.cpp	2013-11-10 08:57:08 UTC (rev 159020)
@@ -1267,9 +1267,4 @@
     return StringTruncator::centerTruncate(string, width, font, StringTruncator::EnableRoundingHacks);
 }
 
-bool RenderTheme::shouldOpenPickerWithF4Key() const
-{
-    return false;
-}
-
 } // namespace WebCore

Modified: trunk/Source/WebCore/rendering/RenderTheme.h (159019 => 159020)


--- trunk/Source/WebCore/rendering/RenderTheme.h	2013-11-10 08:39:42 UTC (rev 159019)
+++ trunk/Source/WebCore/rendering/RenderTheme.h	2013-11-10 08:57:08 UTC (rev 159020)
@@ -238,8 +238,6 @@
     virtual String fileListDefaultLabel(bool multipleFilesAllowed) const;
     virtual String fileListNameForWidth(const FileList*, const Font&, int width, bool multipleFilesAllowed) const;
 
-    virtual bool shouldOpenPickerWithF4Key() const;
-
 protected:
     // The platform selection color.
     virtual Color platformActiveSelectionBackgroundColor() const;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to