git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2009-02-19 Dimitri Glazkov <dglazkov@chromium.org>
[WebKit-https.git]
/
WebCore
/
platform
/
graphics
/
skia
/
PathSkia.cpp
diff --git
a/WebCore/platform/graphics/skia/PathSkia.cpp
b/WebCore/platform/graphics/skia/PathSkia.cpp
index ca993224dddc70d7fe65428ae245a4398fdd457c..2700da8895bbebd9bf989c092527a191c89bec10 100644
(file)
--- a/
WebCore/platform/graphics/skia/PathSkia.cpp
+++ b/
WebCore/platform/graphics/skia/PathSkia.cpp
@@
-274,7
+274,7
@@
static FloatRect boundingBoxForCurrentStroke(const GraphicsContext* context)
SkPaint paint;
context->platformContext()->setupPaintForStroking(&paint, 0, 0);
SkPath boundingPath;
SkPaint paint;
context->platformContext()->setupPaintForStroking(&paint, 0, 0);
SkPath boundingPath;
- paint.getFillPath(context->platformContext()->currentPath(), &boundingPath);
+ paint.getFillPath(context->platformContext()->currentPath
InLocalCoordinates
(), &boundingPath);
SkRect r;
boundingPath.computeBounds(&r, SkPath::kExact_BoundsType);
return r;
SkRect r;
boundingPath.computeBounds(&r, SkPath::kExact_BoundsType);
return r;