Index: tools/debugger/SkDebugCanvas.h |
diff --git a/tools/debugger/SkDebugCanvas.h b/tools/debugger/SkDebugCanvas.h |
index d81d471970fa8741990297dd811c93ce35547625..7379698f20bdf73fa3899ce2eba538e33c06d227 100644 |
--- a/tools/debugger/SkDebugCanvas.h |
+++ b/tools/debugger/SkDebugCanvas.h |
@@ -68,8 +68,9 @@ public: |
Executes the draw calls up to the specified index. |
@param canvas The canvas being drawn to |
@param index The index of the final command being executed |
+ @param m an optional Mth gpu batch to highlight, or -1 |
*/ |
- void drawTo(SkCanvas* canvas, int index); |
+ void drawTo(SkCanvas* canvas, int index, int m = -1); |
/** |
Returns the most recently calculated transformation matrix |