Index: Source/core/layout/LayoutThemeDefault.h |
diff --git a/Source/core/layout/LayoutThemeDefault.h b/Source/core/layout/LayoutThemeDefault.h |
index 1635c552a795a31af6fe3fabe3b581b99503b45e..0ac2492c8c5b80c8fd0955369bfa1f96727cb8b0 100644 |
--- a/Source/core/layout/LayoutThemeDefault.h |
+++ b/Source/core/layout/LayoutThemeDefault.h |
@@ -131,6 +131,7 @@ public: |
virtual String formatMediaControlsTime(float time) const override; |
virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const override; |
virtual bool paintMediaFullscreenButton(LayoutObject*, const PaintInfo&, const IntRect&) override; |
+ virtual bool paintMediaTrackSelectionCheckmark(LayoutObject*, const PaintInfo&, const IntRect&) override; |
// MenuList refers to an unstyled menulist (meaning a menulist without |
// background-color or border set) and MenuListButton refers to a styled |