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

Unified Diff: third_party/WebKit/Source/core/paint/MediaControlsPainter.h

Issue 1079323002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and lgtm nits Created 4 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: third_party/WebKit/Source/core/paint/MediaControlsPainter.h
diff --git a/third_party/WebKit/Source/core/paint/MediaControlsPainter.h b/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
index 93443689f8a96d13c3d0565012495c029ff91530..cd2589b1a309181d4974d7d3434c7feb9efeefa1 100644
--- a/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
+++ b/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
@@ -51,6 +51,9 @@ public:
static bool paintMediaFullscreenButton(const LayoutObject&, const PaintInfo&, const IntRect&);
static bool paintMediaOverlayPlayButton(const LayoutObject&, const PaintInfo&, const IntRect&);
static bool paintMediaCastButton(const LayoutObject&, const PaintInfo&, const IntRect&);
+ static bool paintMediaTrackSelectionCheckmark(const LayoutObject&, const PaintInfo&, const IntRect&);
+ static bool paintMediaClosedCaptionsIcon(const LayoutObject&, const PaintInfo&, const IntRect&);
+ static bool paintMediaSubtitlesIcon(const LayoutObject&, const PaintInfo&, const IntRect&);
static void adjustMediaSliderThumbSize(ComputedStyle&);
private:

Powered by Google App Engine
This is Rietveld 408576698