Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index c5fa61bd99851d9b9e5a58d56d14f5a7c7f7573b..732df9245db10e4fb9ced2cb1f777884ad145791 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -385,6 +385,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 |