OSDN Git Service

Previous commit was missing a chunk of code...
authorNicolas Roard <nicolasroard@google.com>
Mon, 8 Aug 2011 21:25:15 +0000 (14:25 -0700)
committerNicolas Roard <nicolasroard@google.com>
Mon, 8 Aug 2011 21:25:15 +0000 (14:25 -0700)
bug:5121768
Change-Id: Ie0065bca023b9a8470970ba15f5837f600fe4afb

Source/WebCore/rendering/RenderLayerCompositor.cpp

index 2f344b9..b8e30cb 100644 (file)
@@ -297,6 +297,9 @@ void RenderLayerCompositor::updateCompositingLayers(CompositingUpdateType update
         CompositingState compState(updateRoot);
         bool layersChanged = false;
 
+#if ENABLE(COMPOSITED_FIXED_ELEMENTS)
+        compState.m_hasFixedElement = false;
+#endif
 #if ENABLE(ANDROID_OVERFLOW_SCROLL)
         compState.m_hasScrollableElement = false;
 #endif