Commit 5170a420 authored by abarth@chromium.org's avatar abarth@chromium.org

Remove incremental compositing update in RenderLayerScrollableArea::updateAfterStyleChange

We don't appear to need this incremental update anymore.

BUG=343756

Review URL: https://codereview.chromium.org/317373004

git-svn-id: svn://svn.chromium.org/blink/trunk@175730 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 8e9b9205
......@@ -778,13 +778,6 @@ void RenderLayerScrollableArea::updateAfterStyleChange(const RenderStyle* oldSty
updateScrollCornerStyle();
updateResizerAreaSet();
updateResizerStyle();
// FIXME: Remove incremental compositing updates after fixing the chicken/egg issues
// https://code.google.com/p/chromium/issues/detail?id=343756
DisableCompositingQueryAsserts disabler;
RenderLayer* layer = this->layer();
if (layer->hasCompositedLayerMapping() && layer->compositedLayerMapping()->updateGraphicsLayerConfiguration(GraphicsLayerUpdater::ForceUpdate))
layer->compositor()->setCompositingLayersNeedRebuild();
}
void RenderLayerScrollableArea::updateAfterCompositingChange()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment