* rendering/RenderThemeMac.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@167757
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2014-04-24 Zalan Bujtas <zalan@apple.com>
+ Unreviewed build fix after r167755.
+
+ * rendering/RenderThemeMac.h:
+
+2014-04-24 Zalan Bujtas <zalan@apple.com>
+
Transition RenderTheme API from RenderObject* to const RenderObject&
https://bugs.webkit.org/show_bug.cgi?id=132037
#if ENABLE(IMAGE_CONTROLS)
virtual bool paintImageControlsButton(const RenderObject&, const PaintInfo&, const IntRect&) override;
- virtual IntSize imageControlsButtonSize(const const RenderObject&) const override;
+ virtual IntSize imageControlsButtonSize(const RenderObject&) const override;
NSServicesRolloverButtonCell *servicesRolloverButtonCell() const;
#endif