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

Unified Diff: Source/core/loader/HistoryController.cpp

Issue 14495004: Remove left-over PageCache stuff (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/loader/FrameLoader.cpp ('k') | Source/core/page/Settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/HistoryController.cpp
diff --git a/Source/core/loader/HistoryController.cpp b/Source/core/loader/HistoryController.cpp
index c9b125bb30ff5d2c1379a0059e62a30689eb5ca0..75552cb32c91b05a80fa79d228dcc5a10de45b77 100644
--- a/Source/core/loader/HistoryController.cpp
+++ b/Source/core/loader/HistoryController.cpp
@@ -107,11 +107,6 @@ void HistoryController::restoreScrollPositionAndViewState()
if (!m_currentItem)
return;
- // FIXME: There is some scrolling related work that needs to happen whenever a page goes into the
- // page cache and similar work that needs to occur when it comes out. This is where we do the work
- // that needs to happen when we exit, and the work that needs to happen when we enter is in
- // Document::setIsInPageCache(bool). It would be nice if there was more symmetry in these spots.
- // https://bugs.webkit.org/show_bug.cgi?id=98698
if (FrameView* view = m_frame->view()) {
Page* page = m_frame->page();
if (page && page->mainFrame() == m_frame) {
« no previous file with comments | « Source/core/loader/FrameLoader.cpp ('k') | Source/core/page/Settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698