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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h

Issue 2803323002: Avoiding name collisions between flexbox and grid (Closed)
Patch Set: Fixed include, removed empty line. Created 3 years, 8 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/LayoutFlexibleBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
index 38f2c5f04b1c689c72c28af49cb434eeb2ab5ebd..f33b8b4c37bdef8b246622bafa9475523c7e17a8 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
@@ -235,6 +235,10 @@ class CORE_EXPORT LayoutFlexibleBox : public LayoutBlock {
LayoutBox* child,
float previousMaxContentFlexFraction) const;
+ static const StyleContentAlignmentData& contentAlignmentNormalBehavior();
cbiesinger 2017/04/07 21:26:28 Please try to sort the functions in the header fil
Daniel Bratell 2017/04/07 21:54:50 Done.
+ static int synthesizedBaselineFromContentBox(const LayoutBox&,
+ LineDirectionMode);
+
// This is used to cache the preferred size for orthogonal flow children so we
// don't have to relayout to get it
HashMap<const LayoutObject*, LayoutUnit> m_intrinsicSizeAlongMainAxis;

Powered by Google App Engine
This is Rietveld 408576698