Title: [88410] trunk/Source/WebCore
- Revision
- 88410
- Author
- [email protected]
- Date
- 2011-06-08 17:20:26 -0700 (Wed, 08 Jun 2011)
Log Message
2011-06-08 Kent Tamura <[email protected]>
Fix Qt build for r88405.
https://bugs.webkit.org/show_bug.cgi?id=62208
* platform/qt/RenderThemeQt.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (88409 => 88410)
--- trunk/Source/WebCore/ChangeLog 2011-06-09 00:00:46 UTC (rev 88409)
+++ trunk/Source/WebCore/ChangeLog 2011-06-09 00:20:26 UTC (rev 88410)
@@ -1,5 +1,12 @@
2011-06-08 Kent Tamura <[email protected]>
+ Fix Qt build for r88405.
+ https://bugs.webkit.org/show_bug.cgi?id=62208
+
+ * platform/qt/RenderThemeQt.h:
+
+2011-06-08 Kent Tamura <[email protected]>
+
Reviewed by Dimitri Glazkov.
Change the argument of RenderTheme::adjustSliderThumbSize(): RenderObject* -> RenderStyle*
Modified: trunk/Source/WebCore/platform/qt/RenderThemeQt.h (88409 => 88410)
--- trunk/Source/WebCore/platform/qt/RenderThemeQt.h 2011-06-09 00:00:46 UTC (rev 88409)
+++ trunk/Source/WebCore/platform/qt/RenderThemeQt.h 2011-06-09 00:20:26 UTC (rev 88410)
@@ -77,7 +77,7 @@
virtual int minimumMenuListSize(RenderStyle*) const;
- virtual void adjustSliderThumbSize(RenderObject*) const;
+ virtual void adjustSliderThumbSize(RenderStyle*) const;
virtual double caretBlinkInterval() const;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes