Index: Source/WebCore/platform/graphics/chromium/LayerRendererChromium.cpp |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/LayerRendererChromium.cpp (revision 81031) |
+++ Source/WebCore/platform/graphics/chromium/LayerRendererChromium.cpp (working copy) |
@@ -155,8 +155,7 @@ |
void LayerRendererChromium::invalidateRootLayerRect(const IntRect& dirtyRect, const IntRect& visibleRect, const IntRect& contentRect) |
{ |
- if (contentRect.intersects(dirtyRect)) |
- m_rootLayerTiler->invalidateRect(dirtyRect); |
+ m_rootLayerTiler->invalidateRect(dirtyRect); |
if (m_horizontalScrollbarTiler) { |
IntRect scrollbar = horizontalScrollbarRect(visibleRect, contentRect); |
if (dirtyRect.intersects(scrollbar)) { |