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

Unified Diff: Source/core/layout/LayoutThemeDefault.h

Issue 1082533002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
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

Powered by Google App Engine
This is Rietveld 408576698