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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutFullScreen.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/LayoutFullScreen.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp b/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
index 754f64aea70ad28b8ab5efa1d301e8525841e9a1..fc8de4fda034746b0a5cfbc17c34526bf75c35d5 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
@@ -103,7 +103,7 @@ void LayoutFullScreen::updateStyle(LayoutObject* parent) {
fullscreenStyle->setFontDescription(FontDescription());
fullscreenStyle->font().update(nullptr);
- fullscreenStyle->setDisplay(EDisplay::Flex);
+ fullscreenStyle->setDisplay(EDisplay::kFlex);
fullscreenStyle->setJustifyContentPosition(ContentPositionCenter);
// TODO (lajava): Since the FullScrenn layout object is anonymous, its Default
// Alignment (align-items) value can't be used to resolve its children Self
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutInline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698