diff options
Diffstat (limited to 'src/gpu/GrTextureOpList.h')
-rw-r--r-- | src/gpu/GrTextureOpList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/GrTextureOpList.h b/src/gpu/GrTextureOpList.h index ca5bda44f6..d42818d140 100644 --- a/src/gpu/GrTextureOpList.h +++ b/src/gpu/GrTextureOpList.h @@ -62,6 +62,8 @@ public: SkDEBUGCODE(void dump() const override;) + SkDEBUGCODE(virtual void validateTargetsSingleRenderTarget() const override;) + private: // MDB TODO: The unique IDs are only needed for the audit trail. There should only be one // on the opList itself. |