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

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

Issue 1158183006: Remove the old multicol implementation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/core/layout/LayoutView.h
diff --git a/Source/core/layout/LayoutView.h b/Source/core/layout/LayoutView.h
index dbc2e1442692718244364db6345978a940f5b5b0..15a6336644a7d1ec3825b045b9b9edd73be691bb 100644
--- a/Source/core/layout/LayoutView.h
+++ b/Source/core/layout/LayoutView.h
@@ -68,8 +68,6 @@ public:
virtual void updateLogicalWidth() override;
virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const override;
- virtual LayoutUnit availableLogicalHeight(AvailableLogicalHeightType) const override;
-
// Based on FrameView::layoutSize, but:
// - checks for null FrameView
// - returns 0x0 if using printing layout
@@ -146,7 +144,6 @@ public:
bool usesCompositing() const;
IntRect unscaledDocumentRect() const;
- LayoutRect backgroundRect(LayoutBox* backgroundLayoutObject) const;
IntRect documentRect() const;

Powered by Google App Engine
This is Rietveld 408576698