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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp

Issue 2670643004: Rename EDisplay values with k prefix. (Closed)
Patch Set: Rebase Created 3 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
Index: third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp b/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp
index 6753215681c54ac77bba2eb61e3d4889ca915562..065f95a69facaa42da2b0916fedf04f203b70a6b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp
@@ -37,7 +37,7 @@ LayoutTextTrackContainer::LayoutTextTrackContainer(Element* element)
void LayoutTextTrackContainer::layout() {
LayoutBlockFlow::layout();
- if (style()->display() == EDisplay::None)
+ if (style()->display() == EDisplay::kNone)
return;
DeprecatedScheduleStyleRecalcDuringLayout marker(

Powered by Google App Engine
This is Rietveld 408576698