summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering')
-rw-r--r--Source/WebCore/rendering/RenderLayerCompositor.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/WebCore/rendering/RenderLayerCompositor.cpp b/Source/WebCore/rendering/RenderLayerCompositor.cpp
index fdf8270..5827636 100644
--- a/Source/WebCore/rendering/RenderLayerCompositor.cpp
+++ b/Source/WebCore/rendering/RenderLayerCompositor.cpp
@@ -724,15 +724,7 @@ void RenderLayerCompositor::computeCompositingRequirements(RenderLayer* layer, O
if (layer->isFixed())
compositingState.m_hasFixedElement = true;
#endif
-
-#if ENABLE(ANDROID_OVERFLOW_SCROLL)
- // we don't want to signal that the subtree is compositing if the reason
- // is because the layer is an overflow layer -- doing so would trigger
- // all the above layers to be composited unnecessarily
- if (willBeComposited && !layer->hasOverflowScroll() && !layer->isFixed()) {
-#else
if (willBeComposited) {
-#endif
// Tell the parent it has compositing descendants.
compositingState.m_subtreeIsCompositing = true;
// This layer now acts as the ancestor for kids.