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

Unified Diff: Source/core/layout/LayoutBlockFlow.h

Issue 1157863014: Self-collapsing blocks shouldn't get layout bit sit when handling margins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 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: Source/core/layout/LayoutBlockFlow.h
diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h
index 8d91dd9371b4db2bf6630b80131795fdcbaa9899..660b90a38ab0df9eacdf31a3db365ab65641d822 100644
--- a/Source/core/layout/LayoutBlockFlow.h
+++ b/Source/core/layout/LayoutBlockFlow.h
@@ -425,7 +425,6 @@ public:
bool m_discardMarginBefore : 1;
bool m_discardMarginAfter : 1;
};
- LayoutUnit marginOffsetForSelfCollapsingBlock();
FloatingObjects* floatingObjects() { return m_floatingObjects.get(); }

Powered by Google App Engine
This is Rietveld 408576698