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

Unified Diff: Source/core/rendering/RenderFullScreen.cpp

Issue 636993002: [CSS Grid Layout] Upgrade justify-content parsing to CSS3 Box Alignment spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/rendering/RenderFullScreen.cpp
diff --git a/Source/core/rendering/RenderFullScreen.cpp b/Source/core/rendering/RenderFullScreen.cpp
index 39f9c11fe6efea69440bd02282a707670912dc61..3f0c2f10938810cc2cc1ddfd7749c03b9cbe5b00 100644
--- a/Source/core/rendering/RenderFullScreen.cpp
+++ b/Source/core/rendering/RenderFullScreen.cpp
@@ -99,7 +99,7 @@ static PassRefPtr<RenderStyle> createFullScreenStyle()
fullscreenStyle->font().update(nullptr);
fullscreenStyle->setDisplay(FLEX);
- fullscreenStyle->setJustifyContent(JustifyCenter);
+ fullscreenStyle->setJustifyContent(ContentPositionCenter);
fullscreenStyle->setAlignItems(ItemPositionCenter);
fullscreenStyle->setFlexDirection(FlowColumn);

Powered by Google App Engine
This is Rietveld 408576698