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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutState.cpp

Issue 1377573004: Remove unused LayoutState::clearPaginationInformation(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « third_party/WebKit/Source/core/layout/LayoutState.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutState.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutState.cpp b/third_party/WebKit/Source/core/layout/LayoutState.cpp
index 5153450f89b747940eb192e674be0151f18830ff..1ce3be9d14f3098b7dbb462cf78ffb158c2dfac4 100644
--- a/third_party/WebKit/Source/core/layout/LayoutState.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutState.cpp
@@ -134,12 +134,6 @@ LayoutState::~LayoutState()
}
}
-void LayoutState::clearPaginationInformation()
-{
- m_pageLogicalHeight = m_next->m_pageLogicalHeight;
- m_pageOffset = m_next->m_pageOffset;
-}
-
LayoutUnit LayoutState::pageLogicalOffset(const LayoutBox& child, const LayoutUnit& childLogicalOffset) const
{
if (child.isHorizontalWritingMode())
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutState.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698