Index: third_party/WebKit/WebCore/platform/graphics/skia/PlatformContextSkia.cpp |
=================================================================== |
--- third_party/WebKit/WebCore/platform/graphics/skia/PlatformContextSkia.cpp (revision 7906) |
+++ third_party/WebKit/WebCore/platform/graphics/skia/PlatformContextSkia.cpp (working copy) |
@@ -381,7 +381,7 @@ |
m_path.addPath(path, m_canvas->getTotalMatrix()); |
} |
-SkPath PlatformContextSkia::currentPathInLocalCoordinates() const { |
+SkPath PlatformContextSkia::currentPath() const { |
SkPath local_path = m_path; |
const SkMatrix& matrix = m_canvas->getTotalMatrix(); |
SkMatrix inverse_matrix; |