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

Unified Diff: Source/core/html/track/vtt/VTTCue.h

Issue 851333003: WebVTT: Update cue alignment to a later spec. version (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added test. Created 5 years, 11 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/vtt/VTTCue.h
diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h
index 01846418180b27d1b4858b0ae6cde6ef63692fd5..d0062d3a299556e2c1cb4c5ce5e80ab4b76b49c9 100644
--- a/Source/core/html/track/vtt/VTTCue.h
+++ b/Source/core/html/track/vtt/VTTCue.h
@@ -162,6 +162,7 @@ private:
void calculateDisplayParameters();
float calculateComputedTextPosition() const;
bool textPositionIsAuto() const;
+ CueAlignment calculateComputedCueAlignment() const;
enum CueSetting {
None,

Powered by Google App Engine
This is Rietveld 408576698