Index: third_party/WebKit/Source/platform/graphics/Path.h |
diff --git a/third_party/WebKit/Source/platform/graphics/Path.h b/third_party/WebKit/Source/platform/graphics/Path.h |
index 681fa9b659c469088ce92ca0406bd091886c66e4..5497706855a626a90bcde09b6cdcc7c693ff6043 100644 |
--- a/third_party/WebKit/Source/platform/graphics/Path.h |
+++ b/third_party/WebKit/Source/platform/graphics/Path.h |
@@ -140,7 +140,7 @@ public: |
void translate(const FloatSize&); |
- const SkPath& skPath() const { return m_path; } |
+ const SkPath& getSkPath() const { return m_path; } |
void apply(void* info, PathApplierFunction) const; |
void transform(const AffineTransform&); |