From 6fc2164684c1460da41190fce3b8ae62f8e36188 Mon Sep 17 00:00:00 2001 From: John Reck Date: Thu, 13 Sep 2012 13:12:15 -0700 Subject: Paint into the right PicturePile Bug: 7163457 Oops Change-Id: I08d25259810faa3983e6f84165b5ae9f286ece3f --- Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp index 9cb81e6..32a3c05 100644 --- a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp +++ b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp @@ -784,7 +784,7 @@ bool GraphicsLayerAndroid::repaint() GraphicsLayerAndroid* replicatedLayer = static_cast(replicaLayer()); if (replicatedLayer->maskLayer()) { GraphicsLayerAndroid* mask = static_cast(replicatedLayer->maskLayer()); - mask->paintContext(mask->m_contentLayer, m_contentLayerContent); + mask->paintContext(mask->m_contentLayer, mask->m_contentLayerContent); } } -- cgit v1.1