Chromium Code Reviews| Index: src/core/SkPathEffect.cpp |
| diff --git a/src/core/SkPathEffect.cpp b/src/core/SkPathEffect.cpp |
| index e7f68225c3188ef8cc29681db0651f8636ab6f02..59ba3ec31fb39ea6ea98d894b1674003cee72966 100644 |
| --- a/src/core/SkPathEffect.cpp |
| +++ b/src/core/SkPathEffect.cpp |
| @@ -12,8 +12,6 @@ |
| /////////////////////////////////////////////////////////////////////////////// |
| -SK_DEFINE_INST_COUNT(SkPathEffect) |
| - |
| void SkPathEffect::computeFastBounds(SkRect* dst, const SkRect& src) const { |
| *dst = src; |
| } |