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

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

Issue 2553133002: Better isPageLogicalHeightKnown() implementation. (Closed)
Patch Set: 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/LayoutBlock.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
index 479220102872e5d8bee46d5492922ed2bde5fcb6..82a3d6058de10a43d099b689afd1c26ae0af6189 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
@@ -507,10 +507,6 @@ class CORE_EXPORT LayoutBlock : public LayoutBox {
bool widthAvailableToChildrenHasChanged();
protected:
- bool isPageLogicalHeightKnown() const {
- return pageLogicalHeightForOffset(LayoutUnit());
- }
-
// Paginated content inside this block was laid out.
// |logicalBottomOffsetAfterPagination| is the logical bottom offset of the
// child content after applying any forced or unforced breaks as needed.

Powered by Google App Engine
This is Rietveld 408576698