Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1098)

Unified Diff: Source/core/paint/ThemePainterMac.h

Issue 1115203003: De-virtualize media control painting methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Mac doesn't want cast button Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/paint/ThemePainterDefault.cpp ('k') | Source/core/paint/ThemePainterMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ThemePainterMac.h
diff --git a/Source/core/paint/ThemePainterMac.h b/Source/core/paint/ThemePainterMac.h
index 8a3e9ef3afae279c15ec28c33d88a1bff54f4e4f..ad2efb62f860be3cd3b64d9c10af354c3a9c45f8 100644
--- a/Source/core/paint/ThemePainterMac.h
+++ b/Source/core/paint/ThemePainterMac.h
@@ -48,16 +48,6 @@ private:
virtual bool paintSearchFieldCancelButton(LayoutObject*, const PaintInfo&, const IntRect&) override;
virtual bool paintSearchFieldDecoration(LayoutObject*, const PaintInfo&, const IntRect&) override;
virtual bool paintSearchFieldResultsDecoration(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaPlayButton(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaOverlayPlayButton(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaMuteButton(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaSliderTrack(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaSliderThumb(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaVolumeSliderContainer(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaVolumeSliderTrack(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaVolumeSliderThumb(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaFullscreenButton(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaToggleClosedCaptionsButton(LayoutObject*, const PaintInfo&, const IntRect&) override;
LayoutThemeMac& m_layoutTheme;
};
« no previous file with comments | « Source/core/paint/ThemePainterDefault.cpp ('k') | Source/core/paint/ThemePainterMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698