OSDN Git Service

Fix a few drawing issues with layers.
authorPatrick Scott <phanna@android.com>
Tue, 19 Oct 2010 15:20:53 +0000 (11:20 -0400)
committerPatrick Scott <phanna@android.com>
Tue, 19 Oct 2010 15:20:53 +0000 (11:20 -0400)
commit17ce4b9de64943e4fa148c78149f68f0ce1b55b0
treef159c0c01dd7d10f5c17d65fe4e078398e28f3ab
parent88c013526c4a3dadc408824197843bf978155df3
Fix a few drawing issues with layers.

The overflow layer clip was in the wrong location and caused some blank areas on
developer.android.com.  Only scroll layers if they have overflow scrolling so
that image search draws correctly.

Bug: 30276443022562
Change-Id: Iff4b27b9fd860e9d89286034c9ae82f76b1371c2
WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
WebCore/platform/graphics/android/LayerAndroid.cpp
WebCore/rendering/RenderLayerBacking.cpp