Index: src/gpu/GrDrawTarget.h |
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h |
index 6149e922cb422ee98e11abe1ddef29a726569280..60a1ec908cb4dc95208f699517cd6e6d1fb36c74 100644 |
--- a/src/gpu/GrDrawTarget.h |
+++ b/src/gpu/GrDrawTarget.h |
@@ -121,6 +121,9 @@ public: |
const SkMatrix& viewMatrix, |
const GrPath*); |
+ /** Clears the entire render target */ |
+ void fullClear(GrRenderTarget*, GrColor color); |
+ |
/** Discards the contents render target. */ |
void discard(GrRenderTarget*); |