From 9364f22aed35e1a1e9d07c121510f80be3ab0502 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 21 Oct 2008 07:00:00 -0700 Subject: Initial Contribution --- WebCore/rendering/RenderTheme.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'WebCore/rendering/RenderTheme.h') diff --git a/WebCore/rendering/RenderTheme.h b/WebCore/rendering/RenderTheme.h index 2fcf798..308e81e 100644 --- a/WebCore/rendering/RenderTheme.h +++ b/WebCore/rendering/RenderTheme.h @@ -117,13 +117,12 @@ public: virtual Color inactiveListBoxSelectionBackgroundColor() const; virtual Color inactiveListBoxSelectionForegroundColor() const; - virtual void platformColorsDidChange(); + void platformColorsDidChange(); virtual double caretBlinkFrequency() const { return 0.5; } - // System fonts and colors for CSS. + // System fonts. virtual void systemFont(int cssValueId, FontDescription&) const = 0; - virtual Color systemColor(int cssValueId) const; virtual int minimumMenuListSize(RenderStyle*) const { return 0; } -- cgit v1.1