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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2683633006: [WebVTT] Rename Middle to Center (Closed)
Patch Set: fix tests 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/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 9c0079b2620f77182bd533f5612b9825f3170c1c..960a6b424e2b3e9a9f9fd551d42b95c8e74cefd7 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -306,7 +306,7 @@ class CORE_EXPORT UseCounter {
VTTCueRenderLineNotAuto = 413,
VTTCueRenderPositionNot50 = 414,
VTTCueRenderSizeNot100 = 415,
- VTTCueRenderAlignNotMiddle = 416,
+ VTTCueRenderAlignNotCenter = 416,
// The above items are available in M36 branch.
ElementRequestPointerLock = 417,

Powered by Google App Engine
This is Rietveld 408576698