Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index 9c36d0555f9f1477b1b2fb860ac52f125efffcf6..d1b0802721e97e8005f3491238da1c295eeb429e 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -404,6 +404,8 @@ public: |
// clears target's entire stencil buffer to 0 |
virtual void clearStencil(GrRenderTarget* target) = 0; |
+ // draws an outline rectangle for debugging/visualization purposes. |
+ virtual void drawDebugWireRect(GrRenderTarget*, const SkIRect&, GrColor) = 0; |
// Determines whether a copy of a texture must be made in order to be compatible with |
// a given GrTextureParams. If so, the width, height and filter used for the copy are |