aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPathEffect.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-27 14:03:26 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-27 14:03:26 +0000
commit0456e0b7b85060e9b9597ce414c4c2b19aff4f58 (patch)
tree4ae48bfe49be4ac94979feb8ac2a1ad20e59421e /src/core/SkPathEffect.cpp
parent4bca84d3cf94da5e2c2fd3ea04bba7f96d57171e (diff)
Added Inst counting to SkFlattenable-derived classes
Diffstat (limited to 'src/core/SkPathEffect.cpp')
-rw-r--r--src/core/SkPathEffect.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkPathEffect.cpp b/src/core/SkPathEffect.cpp
index 6b95d9b480..8708e7e8f9 100644
--- a/src/core/SkPathEffect.cpp
+++ b/src/core/SkPathEffect.cpp
@@ -110,6 +110,8 @@ bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const {
///////////////////////////////////////////////////////////////////////////////
+SK_DEFINE_INST_COUNT(SkPathEffect)
+
void SkPathEffect::computeFastBounds(SkRect* dst, const SkRect& src) {
*dst = src;
}