| Index: third_party/WebKit/WebCore/platform/graphics/skia/PathSkia.cpp
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/platform/graphics/skia/PathSkia.cpp (revision 7906)
|
| +++ third_party/WebKit/WebCore/platform/graphics/skia/PathSkia.cpp (working copy)
|
| @@ -274,9 +274,7 @@
|
| SkPaint paint;
|
| context->platformContext()->setupPaintForStroking(&paint, 0, 0);
|
| SkPath boundingPath;
|
| - paint.getFillPath(
|
| - context->platformContext()->currentPathInLocalCoordinates(),
|
| - &boundingPath);
|
| + paint.getFillPath(context->platformContext()->currentPath(), &boundingPath);
|
| SkRect r;
|
| boundingPath.computeBounds(&r, SkPath::kExact_BoundsType);
|
| return r;
|
|
|