+2015-08-15 Wenson Hsieh <wenson_hsieh@apple.com>
+
+ Build fix after r188510
+
+ * platform/mac/ThemeMac.mm:
+ (WebCore::paintToggleButton): Pass a raw pointer to drawCellOrFocusRingWithViewIntoContext.
+
2015-08-15 Wenson Hsieh <wenson_hsieh@apple.com>
Search fields should scale when rendering while zoomed
} else
needsRepaint = ThemeMac::drawCellOrFocusRingWithViewIntoContext(toggleButtonCell.get(), context, inflatedRect, view, true, isCellFocused, useImageBuffer, deviceScaleFactor);
#else
- needsRepaint = ThemeMac::drawCellOrFocusRingWithViewIntoContext(toggleButtonCell, context, inflatedRect, view, true, isCellFocused, useImageBuffer, deviceScaleFactor);
+ needsRepaint = ThemeMac::drawCellOrFocusRingWithViewIntoContext(toggleButtonCell.get(), context, inflatedRect, view, true, isCellFocused, useImageBuffer, deviceScaleFactor);
#endif
[toggleButtonCell setControlView:nil];