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

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

Issue 2350803002: [css-flexbox] Fix size comparison when scrollbars are present (Closed)
Patch Set: Created 4 years, 3 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 e247165139453a2e65094d8611c2a30f72f19167..e766179e58b79e933e7258354f6ab1abe75fa017 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
@@ -120,7 +120,7 @@ private:
LayoutUnit childIntrinsicLogicalHeight(const LayoutBox& child) const;
LayoutUnit childIntrinsicLogicalWidth(const LayoutBox& child) const;
LayoutUnit mainAxisExtentForChild(const LayoutBox& child) const;
- LayoutUnit mainAxisContentExtentForChild(const LayoutBox& child) const;
+ LayoutUnit mainAxisContentExtentForChildIncludingScrollbar(const LayoutBox& child) const;
LayoutUnit crossAxisExtent() const;
LayoutUnit mainAxisExtent() const;
LayoutUnit crossAxisContentExtent() const;

Powered by Google App Engine
This is Rietveld 408576698