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

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

Issue 1343163005: Remove special pagination code for floats and out-of-flow objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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
« no previous file with comments | « Source/core/layout/LayoutBlockFlow.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutState.h
diff --git a/Source/core/layout/LayoutState.h b/Source/core/layout/LayoutState.h
index c908d8aa2ddf31fa59d68de9490f00c0cde5ae26..f23bed65bf1fb10f0bb07fe16037049cb07399ca 100644
--- a/Source/core/layout/LayoutState.h
+++ b/Source/core/layout/LayoutState.h
@@ -67,8 +67,6 @@ public:
LayoutState* next() const { return m_next; }
- bool needsBlockDirectionLocationSetBeforeLayout() const { return m_isPaginated && m_pageLogicalHeight; }
-
LayoutFlowThread* flowThread() const { return m_flowThread; }
LayoutObject& layoutObject() const { return m_layoutObject; }
« no previous file with comments | « Source/core/layout/LayoutBlockFlow.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698