Title: [91808] trunk/Source/WebCore
- Revision
- 91808
- Author
- [email protected]
- Date
- 2011-07-26 18:38:30 -0700 (Tue, 26 Jul 2011)
Log Message
Restore Composited Layers Faster from PageCache
https://bugs.webkit.org/show_bug.cgi?id=65216
Reviewed by Simon Fraser.
Restore the layer tree hierarchy a little sooner, when
restoring from the page cache. This more closely matches
original restore behavior.
Existing test showed no change.
* page/FrameView.cpp:
(WebCore::FrameView::restoreBackingStores):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (91807 => 91808)
--- trunk/Source/WebCore/ChangeLog 2011-07-27 01:27:43 UTC (rev 91807)
+++ trunk/Source/WebCore/ChangeLog 2011-07-27 01:38:30 UTC (rev 91808)
@@ -1,3 +1,19 @@
+2011-07-26 Joseph Pecoraro <[email protected]>
+
+ Restore Composited Layers Faster from PageCache
+ https://bugs.webkit.org/show_bug.cgi?id=65216
+
+ Reviewed by Simon Fraser.
+
+ Restore the layer tree hierarchy a little sooner, when
+ restoring from the page cache. This more closely matches
+ original restore behavior.
+
+ Existing test showed no change.
+
+ * page/FrameView.cpp:
+ (WebCore::FrameView::restoreBackingStores):
+
2011-07-26 Mike Reed <[email protected]>
[skia] never draw with GDI, so that all text can be gpu-accelerated
Modified: trunk/Source/WebCore/page/FrameView.cpp (91807 => 91808)
--- trunk/Source/WebCore/page/FrameView.cpp 2011-07-27 01:27:43 UTC (rev 91807)
+++ trunk/Source/WebCore/page/FrameView.cpp 2011-07-27 01:38:30 UTC (rev 91808)
@@ -656,8 +656,7 @@
RenderLayerCompositor* compositor = root->compositor();
compositor->enableCompositingMode(true);
- compositor->setCompositingLayersNeedRebuild();
- compositor->scheduleCompositingLayerUpdate();
+ compositor->updateCompositingLayers();
}
GraphicsLayer* FrameView::layerForHorizontalScrollbar() const
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes