* rendering/RenderThemeSafari.cpp: Removing MediaBackgroundAppearance.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29504
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-15 Adele Peterson <adele@apple.com>
+
+ Build fix.
+
+ * rendering/RenderThemeSafari.cpp: Removing MediaBackgroundAppearance.
+
2008-01-14 Samuel Weinig <sam@webkit.org>
Reviewed by Darin.
2008-01-14 Samuel Weinig <sam@webkit.org>
Reviewed by Darin.
if (style->appearance() == TextFieldAppearance || style->appearance() == TextAreaAppearance || style->appearance() == ListboxAppearance)
return style->border() != border;
#if !defined(SAFARI_THEME_VERSION) || SAFARI_THEME_VERSION < 2
if (style->appearance() == TextFieldAppearance || style->appearance() == TextAreaAppearance || style->appearance() == ListboxAppearance)
return style->border() != border;
#if !defined(SAFARI_THEME_VERSION) || SAFARI_THEME_VERSION < 2
- if (style->appearance() == MediaBackgroundAppearance || style->appearance() == MediaFullscreenButtonAppearance ||
- style->appearance() == MediaMuteButtonAppearance || style->appearance() == MediaPlayButtonAppearance ||
- style->appearance() == MediaSeekBackButtonAppearance || style->appearance() == MediaSeekForwardButtonAppearance ||
- style->appearance() == MediaSliderAppearance || style->appearance() == MediaSliderThumbAppearance)
+ if (style->appearance() == MediaFullscreenButtonAppearance || style->appearance() == MediaMuteButtonAppearance ||
+ style->appearance() == MediaPlayButtonAppearance || style->appearance() == MediaSeekBackButtonAppearance ||
+ style->appearance() == MediaSeekForwardButtonAppearance || style->appearance() == MediaSliderAppearance ||
+ style->appearance() == MediaSliderThumbAppearance)
return true;
#endif
return RenderTheme::isControlStyled(style, border, background, backgroundColor);
return true;
#endif
return RenderTheme::isControlStyled(style, border, background, backgroundColor);