diff options
Diffstat (limited to 'WebCore/platform/mac/ThemeMac.h')
-rw-r--r-- | WebCore/platform/mac/ThemeMac.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/mac/ThemeMac.h b/WebCore/platform/mac/ThemeMac.h index ce534b1..bf2d691 100644 --- a/WebCore/platform/mac/ThemeMac.h +++ b/WebCore/platform/mac/ThemeMac.h @@ -49,6 +49,9 @@ public: virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const; virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const; + + // FIXME: Once RenderThemeMac is converted over to use Theme then this can be internal to ThemeMac. + static NSView* ensuredView(ScrollView*); }; } // namespace WebCore |