Index: third_party/WebKit/WebCore/platform/graphics/skia/PlatformContextSkia.h |
=================================================================== |
--- third_party/WebKit/WebCore/platform/graphics/skia/PlatformContextSkia.h (revision 7838) |
+++ third_party/WebKit/WebCore/platform/graphics/skia/PlatformContextSkia.h (working copy) |
@@ -116,7 +116,8 @@ |
void beginPath(); |
void addPath(const SkPath&); |
- const SkPath* currentPath() const { return &m_path; } |
+ const SkPath* currentPathInGlobalCoordinates() const { return &m_path; } |
+ SkPath currentPathInLocalCoordinates() const; |
SkColor fillColor() const; |