diff options
Diffstat (limited to 'include/gpu')
-rw-r--r-- | include/gpu/GrContext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index ab3870915b..ae932bd1e4 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -33,6 +33,7 @@ class GrPathRenderer; class GrResourceEntry; class GrResourceCache; class GrStencilBuffer; +class GrTestTarget; class GrTextureParams; class GrVertexBuffer; class GrVertexBufferAllocPool; @@ -825,6 +826,9 @@ public: GrDrawTarget* getTextTarget(); const GrIndexBuffer* getQuadIndexBuffer() const; + // Called by tests that draw directly to the context via GrDrawTarget + void getTestTarget(GrTestTarget*); + /** * Stencil buffers add themselves to the cache using addStencilBuffer. findStencilBuffer is * called to check the cache for a SB that matches an RT's criteria. |