summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/PathAndroid.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-05-22 14:45:14 -0700
committerJohn Reck <jreck@google.com>2012-05-22 14:45:14 -0700
commita1bc0f8df743e553d30b5564f1807f5fa678e2f5 (patch)
tree907a84f22553558c842d671e112d29dce39a2d41 /Source/WebCore/platform/graphics/android/PathAndroid.cpp
parent45aaa37ec3809f4220214dd57c3dc50b7b5dd0d9 (diff)
downloadexternal_webkit-a1bc0f8df743e553d30b5564f1807f5fa678e2f5.zip
external_webkit-a1bc0f8df743e553d30b5564f1807f5fa678e2f5.tar.gz
external_webkit-a1bc0f8df743e553d30b5564f1807f5fa678e2f5.tar.bz2
Don't use an ImageBuffer for scratchContext()
Bug: 6509450 Change-Id: I6d952b92062e96772663824839b0229062c3a524
Diffstat (limited to 'Source/WebCore/platform/graphics/android/PathAndroid.cpp')
-rw-r--r--Source/WebCore/platform/graphics/android/PathAndroid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/PathAndroid.cpp b/Source/WebCore/platform/graphics/android/PathAndroid.cpp
index 436da59..554e187 100644
--- a/Source/WebCore/platform/graphics/android/PathAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/PathAndroid.cpp
@@ -286,7 +286,7 @@ void Path::transform(const AffineTransform& xform)
///////////////////////////////////////////////////////////////////////////////
FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const
-{
+{
GraphicsContext* scratch = scratchContext();
scratch->save();