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

Unified Diff: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp

Issue 2569113004: [css-align] Dedicated initial functions for {align-justify}-content
Patch Set: Preliminary approach. Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
index 2a35e71987e5d05c8606865d366784904d692158..134284b25583db87e97f935257746b496c45e3e0 100644
--- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
+++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
@@ -93,10 +93,10 @@ StyleRareNonInheritedData::StyleRareNonInheritedData()
m_visitedLinkBorderTopColor(StyleColor::currentColor()),
m_visitedLinkBorderBottomColor(StyleColor::currentColor()),
m_variables(ComputedStyle::initialNonInheritedVariables()),
- m_alignContent(ComputedStyle::initialContentAlignment()),
+ m_alignContent(ComputedStyle::initialAlignContent()),
m_alignItems(ComputedStyle::initialDefaultAlignment()),
m_alignSelf(ComputedStyle::initialSelfAlignment()),
- m_justifyContent(ComputedStyle::initialContentAlignment()),
+ m_justifyContent(ComputedStyle::initialJustifyContent()),
m_justifyItems(ComputedStyle::initialSelfAlignment()),
m_justifySelf(ComputedStyle::initialSelfAlignment()),
m_pageSizeType(PAGE_SIZE_AUTO),
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698