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

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

Issue 2803323002: Avoiding name collisions between flexbox and grid (Closed)
Patch Set: Moved functions around. 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..95ba53cd10b515f720c3543050aa2b2a7bd91aa6 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
@@ -56,6 +56,11 @@ class CORE_EXPORT LayoutFlexibleBox : public LayoutBlock {
bool firstLine,
LineDirectionMode,
LinePositionMode = PositionOnContainingLine) const override;
+
+ static const StyleContentAlignmentData& contentAlignmentNormalBehavior();
+ static int synthesizedBaselineFromContentBox(const LayoutBox&,
+ LineDirectionMode);
+
int firstLineBoxBaseline() const override;
int inlineBlockBaseline(LineDirectionMode) const override;
IntSize originAdjustmentForScrollbars() const override;

Powered by Google App Engine
This is Rietveld 408576698