diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/GrCustomStage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gpu/GrCustomStage.h b/include/gpu/GrCustomStage.h index 9f5efd33fb..906076656a 100644 --- a/include/gpu/GrCustomStage.h +++ b/include/gpu/GrCustomStage.h @@ -81,6 +81,9 @@ public: virtual unsigned int numTextures() const; virtual GrTexture* texture(unsigned int index) const; + void* operator new(size_t size); + void operator delete(void* target); + private: typedef GrRefCnt INHERITED; }; |