diff options
Diffstat (limited to 'include/private/GrRenderTargetProxy.h')
-rw-r--r-- | include/private/GrRenderTargetProxy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/private/GrRenderTargetProxy.h b/include/private/GrRenderTargetProxy.h index 83107daf61..7f026ba726 100644 --- a/include/private/GrRenderTargetProxy.h +++ b/include/private/GrRenderTargetProxy.h @@ -53,6 +53,9 @@ public: GrRenderTarget::Flags testingOnly_getFlags() const; + // TODO: move this to a priv class! + bool refsWrappedObjects() const; + protected: friend class GrSurfaceProxy; // for ctors |