aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrPath.h')
-rw-r--r--src/gpu/GrPath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/GrPath.h b/src/gpu/GrPath.h
index 1404546b73..e8f0d5851f 100644
--- a/src/gpu/GrPath.h
+++ b/src/gpu/GrPath.h
@@ -14,6 +14,8 @@
class GrPath : public GrResource {
public:
+ SK_DECLARE_INST_COUNT(GrPath);
+
GrPath(GrGpu* gpu) : INHERITED(gpu) {}
const GrRect& getBounds() const { return fBounds; }