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

Unified Diff: Source/WebCore/history/CachedFrame.cpp

Issue 13818029: Remove TiledBacking / TileCache code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 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/WebCore/WebCore.gypi ('k') | Source/WebCore/inspector/InspectorOverlay.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/history/CachedFrame.cpp
diff --git a/Source/WebCore/history/CachedFrame.cpp b/Source/WebCore/history/CachedFrame.cpp
index bac63720bbeed2e05c63cdac2ecb5a176c3e7f58..6ad956ae2e44a880f38a341057b47d1498510208 100644
--- a/Source/WebCore/history/CachedFrame.cpp
+++ b/Source/WebCore/history/CachedFrame.cpp
@@ -114,11 +114,6 @@ void CachedFrameBase::restore()
// cached page.
frame->script()->updatePlatformScriptObjects();
-#if USE(ACCELERATED_COMPOSITING)
- if (m_isComposited)
- frame->view()->restoreBackingStores();
-#endif
-
frame->loader()->client()->didRestoreFromPageCache();
// Reconstruct the FrameTree
@@ -178,11 +173,6 @@ CachedFrame::CachedFrame(Frame* frame)
frame->loader()->client()->savePlatformDataToCachedFrame(this);
-#if USE(ACCELERATED_COMPOSITING)
- if (m_isComposited && pageCache()->shouldClearBackingStores())
- frame->view()->clearBackingStores();
-#endif
-
// documentWillSuspendForPageCache() can set up a layout timer on the FrameView, so clear timers after that.
frame->clearTimers();
« no previous file with comments | « Source/WebCore/WebCore.gypi ('k') | Source/WebCore/inspector/InspectorOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698