Index: Source/core/rendering/RenderThemeChromiumSkia.h |
diff --git a/Source/core/rendering/RenderThemeChromiumSkia.h b/Source/core/rendering/RenderThemeChromiumSkia.h |
index acf210d3b05f95002bdd011a5019088245fdc5e0..c47eff77872049be2a5448b5d1e1bd5b9c2c8855 100644 |
--- a/Source/core/rendering/RenderThemeChromiumSkia.h |
+++ b/Source/core/rendering/RenderThemeChromiumSkia.h |
@@ -94,6 +94,7 @@ public: |
virtual bool paintMediaToggleClosedCaptionsButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; |
virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; |
virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; |
+ virtual bool paintMediaOverlayPlayButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; |
virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE; |
virtual String formatMediaControlsTime(float time) const OVERRIDE; |
virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const OVERRIDE; |