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

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

Issue 2528253003: [table] Stretching tables when needed due to self-alignment properties (Closed)
Patch Set: Applied additional suggested changes. Created 3 years, 11 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/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index ad19771f6b349521ea4d6cd01e048152b0b0e037..10101b4ed3a19b7e5ae21085f73c3799787745c5 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -1318,7 +1318,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
void updateFromStyle() override;
virtual ItemPosition selfAlignmentNormalBehavior() const {
mstensho (USE GERRIT) 2017/02/22 13:37:04 Is this about resolving align-self:auto? This meth
jfernandez 2017/03/02 11:12:58 Well, not exactly. It's a virtual method to define
- return ItemPositionStretch;
+ return ItemPositionStart;
}
// Returns false if it could not cheaply compute the extent (e.g. fixed

Powered by Google App Engine
This is Rietveld 408576698