diff options
Diffstat (limited to 'WebCore/platform/ScrollbarTheme.h')
-rw-r--r-- | WebCore/platform/ScrollbarTheme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/ScrollbarTheme.h b/WebCore/platform/ScrollbarTheme.h index 1fdb2b2..e2aebc6 100644 --- a/WebCore/platform/ScrollbarTheme.h +++ b/WebCore/platform/ScrollbarTheme.h @@ -40,7 +40,7 @@ class ScrollbarTheme { public: virtual ~ScrollbarTheme() {}; - virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect& damageRect) { return false; } + virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect& /*damageRect*/) { return false; } virtual ScrollbarPart hitTest(Scrollbar*, const PlatformMouseEvent&) { return NoPart; } virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; } |