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

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

Issue 1980473002: Move collapseAnonymousBlockChild() to LayoutBlockFlow, and make it non-static. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/LayoutDeprecatedFlexibleBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h
index 25581df8b5c559e4eec097e9a55e066d7c72c3ab..b970f4204f7acd5b6077372190796b0b85fd8b4c 100644
--- a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h
@@ -44,7 +44,6 @@ public:
bool isDeprecatedFlexibleBox() const override { return true; }
bool isStretchingChildren() const { return m_stretchingChildren; }
- bool canCollapseAnonymousBlockChild() const override { return false; }
void placeChild(LayoutBox* child, const LayoutPoint& location);
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutButton.h ('k') | third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698