git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16569
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
~ScrollView();
virtual void paint(GraphicsContext*, const IntRect&);
+ virtual void themeChanged();
private:
void updateScrollBars();
// This method is called whenever the theme changes on the system in order to flush cached resources from the
// old theme.
- void themeChanged();
+ virtual void themeChanged() {};
// A method asking if the theme is able to draw the focus ring.
virtual bool supportsFocusRing(const RenderStyle* style) const;