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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_length_utils.h

Issue 2969433002: [LayoutNG] Add min/max-{width,height} to instrinics check for abs-pos (Closed)
Patch Set: something different? Created 3 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: third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
index 597e563438a19c35ac0018035fca70f0221f1d54..9f7d85f32fb0d301d6d932f504e2eb315e1a0beb 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
@@ -35,6 +35,8 @@ enum class LengthResolveType {
CORE_EXPORT bool NeedMinMaxContentSize(const NGConstraintSpace&,
const ComputedStyle&);
+CORE_EXPORT bool NeedMinMaxContentSize(const ComputedStyle&);
+
// Like NeedMinMaxContentSize, but for use when calling
// ComputeMinAndMaxContentContribution.
CORE_EXPORT bool NeedMinMaxContentSizeForContentContribution(

Powered by Google App Engine
This is Rietveld 408576698