summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/wx/ScrollbarThemeWx.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/wx/ScrollbarThemeWx.h')
-rw-r--r--WebCore/platform/wx/ScrollbarThemeWx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/platform/wx/ScrollbarThemeWx.h b/WebCore/platform/wx/ScrollbarThemeWx.h
index 2b3bff0..79b10b3 100644
--- a/WebCore/platform/wx/ScrollbarThemeWx.h
+++ b/WebCore/platform/wx/ScrollbarThemeWx.h
@@ -48,6 +48,10 @@ protected:
virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
virtual IntRect trackRect(Scrollbar*, bool painting = false);
+
+ virtual void splitTrack(Scrollbar*, const IntRect& track, IntRect& startTrack, IntRect& thumb, IntRect& endTrack);
+
+ virtual int minimumThumbLength(Scrollbar*);
};
}