diff options
Diffstat (limited to 'src/gpu/GrTextureRenderTargetProxy.h')
-rw-r--r-- | src/gpu/GrTextureRenderTargetProxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/GrTextureRenderTargetProxy.h b/src/gpu/GrTextureRenderTargetProxy.h index 739f79744a..63cc4872b6 100644 --- a/src/gpu/GrTextureRenderTargetProxy.h +++ b/src/gpu/GrTextureRenderTargetProxy.h @@ -23,7 +23,9 @@ // the uniqueID of the RenderTarget/Texture it represents! class GrTextureRenderTargetProxy : public GrTextureProxy, public GrRenderTargetProxy { private: + // DDL TODO: rm the GrSurfaceProxy friending friend class GrSurfaceProxy; // for ctors + friend class GrProxyProvider; // for ctors // Deferred version GrTextureRenderTargetProxy(const GrCaps&, const GrSurfaceDesc&, |