diff options
Diffstat (limited to 'include/gpu/GrProgramElement.h')
-rw-r--r-- | include/gpu/GrProgramElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrProgramElement.h b/include/gpu/GrProgramElement.h index e1adcc31f7..5ebf150a84 100644 --- a/include/gpu/GrProgramElement.h +++ b/include/gpu/GrProgramElement.h @@ -25,7 +25,7 @@ class GrGpuResourceRef; */ class GrProgramElement : public SkNoncopyable { public: - SK_DECLARE_INST_COUNT_ROOT(GrProgramElement) + SK_DECLARE_INST_COUNT(GrProgramElement) virtual ~GrProgramElement() { // fRefCnt can be one when an effect is created statically using GR_CREATE_STATIC_EFFECT |