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

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

Issue 2683633006: [WebVTT] Rename Middle to Center (Closed)
Patch Set: Created 3 years, 10 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/html/track/vtt/VTTCue.h
diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTCue.h b/third_party/WebKit/Source/core/html/track/vtt/VTTCue.h
index 620df4c6114755742b8358abd857c85823211dc1..f989b62826ccb694e8ecc5d2ad96bae702a9e337 100644
--- a/third_party/WebKit/Source/core/html/track/vtt/VTTCue.h
+++ b/third_party/WebKit/Source/core/html/track/vtt/VTTCue.h
@@ -133,7 +133,7 @@ class VTTCue final : public TextTrackCue {
};
WritingDirection getWritingDirection() const { return m_writingDirection; }
- enum CueAlignment { Start = 0, Middle, End, Left, Right, NumberOfAlignments };
+ enum CueAlignment { Start = 0, Center, End, Left, Right, NumberOfAlignments };
CueAlignment getCueAlignment() const { return m_cueAlignment; }
ExecutionContext* getExecutionContext() const override;

Powered by Google App Engine
This is Rietveld 408576698