| Index: third_party/WebKit/WebCore/rendering/RenderTheme.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderTheme.h (revision 13094)
|
| +++ third_party/WebKit/WebCore/rendering/RenderTheme.h (working copy)
|
| @@ -124,7 +124,7 @@
|
| virtual double caretBlinkInterval() const { return 0.5; }
|
|
|
| // System fonts and colors for CSS.
|
| - virtual void systemFont(int cssValueId, Document*, FontDescription&) const = 0;
|
| + virtual void systemFont(int cssValueId, FontDescription&) const = 0;
|
| virtual Color systemColor(int cssValueId) const;
|
|
|
| virtual int minimumMenuListSize(RenderStyle*) const { return 0; }
|
|
|