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

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

Issue 2549973003: Revert commit# 415577 "Add grid/flex layout support for <fieldset>" (Closed)
Patch Set: updated TestExpectations, verified that there are no changes in images Created 4 years 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/LayoutFlexibleBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
index 4140b4b0908cec7c7c7d38679b61caae0373b817..396a5262e1d04ecaadcd06b4c8c74d6631aa0db0 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
@@ -65,10 +65,6 @@ class CORE_EXPORT LayoutFlexibleBox : public LayoutBlock {
void paintChildren(const PaintInfo&, const LayoutPoint&) const final;
bool isHorizontalFlow() const;
- virtual LayoutObject* layoutSpecialExcludedChild(bool relayoutChildren,
- SubtreeLayoutScope&) {
- return nullptr;
- }
const OrderIterator& orderIterator() const { return m_orderIterator; }

Powered by Google App Engine
This is Rietveld 408576698