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

Unified Diff: Source/core/css/resolver/StyleAdjuster.h

Issue 363133003: [CSS Grid Layout] Adapting align-self, align-items and justify-self to the last CSS 3 spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/css/resolver/StyleAdjuster.h
diff --git a/Source/core/css/resolver/StyleAdjuster.h b/Source/core/css/resolver/StyleAdjuster.h
index b83ff9b0648efcdbc8a5585887f3b72ccf31f677..3b531ced0a04488afcdf01a69924273f8b675199 100644
--- a/Source/core/css/resolver/StyleAdjuster.h
+++ b/Source/core/css/resolver/StyleAdjuster.h
@@ -46,6 +46,7 @@ private:
void adjustStyleForDisplay(RenderStyle* styleToAdjust, RenderStyle* parentStyle);
void adjustStyleForTagName(RenderStyle* styleToAdjust, RenderStyle* parentStyle, Element&);
void adjustOverflow(RenderStyle* styleToAdjust);
+ void adjustStyleForAlignment(RenderStyle* styleToAdjust, RenderStyle* parentStyle);
bool m_useQuirksModeStyles;
};

Powered by Google App Engine
This is Rietveld 408576698