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

Unified Diff: Source/core/html/track/TextTrackCue.h

Issue 25155003: Fix cue rendering test and include support for left/right alignment. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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/html/track/TextTrackCue.h
diff --git a/Source/core/html/track/TextTrackCue.h b/Source/core/html/track/TextTrackCue.h
index 92047be060160fb2648b8ed768a129920592262e..d6f490f8f6ffdcfb16ec76637d06ebe4ee037a21 100644
--- a/Source/core/html/track/TextTrackCue.h
+++ b/Source/core/html/track/TextTrackCue.h
@@ -170,7 +170,9 @@ public:
enum CueAlignment {
Start,
Middle,
- End
+ End,
+ Left,
+ Right
};
CueAlignment getAlignment() const { return m_cueAlignment; }

Powered by Google App Engine
This is Rietveld 408576698