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

Unified Diff: Source/core/html/shadow/MediaControls.h

Issue 1018593004: Implement <video controls> dodging for text track layout (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | « no previous file | Source/core/html/shadow/MediaControls.cpp » ('j') | Source/core/layout/LayoutMedia.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/MediaControls.h
diff --git a/Source/core/html/shadow/MediaControls.h b/Source/core/html/shadow/MediaControls.h
index 889e5ab63e67f6bcb7f079ba94c29d82bbe519b7..d3e891e9e5c3ce25ae79f91b40e01881a1b23c20 100644
--- a/Source/core/html/shadow/MediaControls.h
+++ b/Source/core/html/shadow/MediaControls.h
@@ -70,6 +70,8 @@ public:
void mediaElementFocused();
+ IntRect absoluteRectForTextTracks();
+
DECLARE_VIRTUAL_TRACE();
private:
« no previous file with comments | « no previous file | Source/core/html/shadow/MediaControls.cpp » ('j') | Source/core/layout/LayoutMedia.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698