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

Unified Diff: Source/core/style/ComputedStyle.h

Issue 988523003: Reimplement min-width: auto (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 9 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/style/ComputedStyle.h
diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h
index 117eb9acff7061d06b03cf4cd9f82a48bec7634d..cabc4b702bd742a15be9918dc3a69b2bdb656fa2 100644
--- a/Source/core/style/ComputedStyle.h
+++ b/Source/core/style/ComputedStyle.h
@@ -1536,7 +1536,7 @@ public:
static unsigned short initialOutlineWidth() { return 3; }
static float initialLetterWordSpacing() { return 0.0f; }
static Length initialSize() { return Length(); }
- static Length initialMinSize() { return Length(Fixed); }
+ static Length initialMinSize() { return Length(); }
static Length initialMaxSize() { return Length(MaxSizeNone); }
static Length initialOffset() { return Length(); }
static Length initialMargin() { return Length(Fixed); }

Powered by Google App Engine
This is Rietveld 408576698