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

Unified Diff: Source/core/frame/FrameView.cpp

Issue 321573002: Remove CompositingUpdateAfterStyleChange (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/frame/FrameView.h ('k') | Source/core/rendering/compositing/RenderLayerCompositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.cpp
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
index 93cad241d7a5581b884c9ca8479d5da7817ce7a3..ac61ff8e038b018b23a0c838fd67af81abc8f9d2 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -640,14 +640,6 @@ void FrameView::recalcOverflowAfterStyleChange()
// tests flake in debug build.
}
-void FrameView::updateCompositingLayersAfterStyleChange()
ojan 2014/06/06 18:35:20 I considered removing this method and was on the f
-{
- RenderView* renderView = this->renderView();
- if (!renderView)
- return;
- renderView->compositor()->setNeedsCompositingUpdate(CompositingUpdateAfterStyleChange);
-}
-
bool FrameView::usesCompositedScrolling() const
{
RenderView* renderView = this->renderView();
« no previous file with comments | « Source/core/frame/FrameView.h ('k') | Source/core/rendering/compositing/RenderLayerCompositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698