This is the only size we support.
Reviewed by Sam.
* rendering/RenderThemeSafari.cpp:
(WebCore::RenderThemeSafari::paintSliderThumb):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@25511
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-09-12 Adam Roben <aroben@apple.com>
+
+ Always specify that slider thumbs are small when painting with SafariTheme
+
+ This is the only size we support.
+
+ Reviewed by Sam.
+
+ * rendering/RenderThemeSafari.cpp:
+ (WebCore::RenderThemeSafari::paintSliderThumb):
+
2007-09-12 Brady Eidson <beidson@apple.com>
Reviewed by Darin
if (pressed)
state |= SafariTheme::PressedState;
- paintThemePart(SliderThumbPart, paintInfo.context->platformContext(), r, (NSControlSize)0, state);
+ paintThemePart(SliderThumbPart, paintInfo.context->platformContext(), r, NSSmallControlSize, state);
return false;
}