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

Unified Diff: Source/core/paint/ThemePainterDefault.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/ThemePainter.cpp ('k') | Source/core/paint/ThemePainterDefault.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ThemePainterDefault.h
diff --git a/Source/core/paint/ThemePainterDefault.h b/Source/core/paint/ThemePainterDefault.h
index e7d6d711e75db84953127eefaeea4befcc79d3cb..4126bcaf849d8e0de35e31b322c836b3b8c83cb3 100644
--- a/Source/core/paint/ThemePainterDefault.h
+++ b/Source/core/paint/ThemePainterDefault.h
@@ -49,17 +49,7 @@ private:
virtual bool paintSearchField(LayoutObject*, const PaintInfo&, const IntRect&) override;
virtual bool paintSearchFieldCancelButton(LayoutObject*, const PaintInfo&, const IntRect&) override;
virtual bool paintSearchFieldResultsDecoration(LayoutObject*, const PaintInfo&, const IntRect&) override;
-
- virtual bool paintMediaSliderTrack(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaVolumeSliderTrack(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaSliderThumb(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaToggleClosedCaptionsButton(LayoutObject*, const PaintInfo&, const IntRect&) override;
virtual bool paintMediaCastButton(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaVolumeSliderThumb(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 paintMediaFullscreenButton(LayoutObject*, const PaintInfo&, const IntRect&) override;
};
} // namespace blink
« no previous file with comments | « Source/core/paint/ThemePainter.cpp ('k') | Source/core/paint/ThemePainterDefault.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698