From 82ccbd8ce95211b4b5afad6a653462fd3beb771b Mon Sep 17 00:00:00 2001 From: John Reck Date: Mon, 7 Nov 2011 13:53:18 -0800 Subject: Remove the global button lock Bug: 5558699 Bug: 5572238 Change-Id: Ic199ffda5bc4aa09d39ee54221c6fcce6a91ca05 --- Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp') diff --git a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp index 6cb9288..05a0fdc 100644 --- a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp +++ b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp @@ -652,7 +652,7 @@ bool GraphicsLayerAndroid::paintContext(SkPicture* context, if (!canvas) return false; - PlatformGraphicsContext platformContext(canvas, 0); + PlatformGraphicsContext platformContext(canvas); GraphicsContext graphicsContext(&platformContext); paintGraphicsLayerContents(graphicsContext, rect); -- cgit v1.1