Index: tools/debugger/SkDrawCommand.h |
diff --git a/tools/debugger/SkDrawCommand.h b/tools/debugger/SkDrawCommand.h |
index 74c2b2c69eff2442d0c23baef17a805432ba3b65..34832a7cf1b66a40df38fa14f0161dce97198fcc 100644 |
--- a/tools/debugger/SkDrawCommand.h |
+++ b/tools/debugger/SkDrawCommand.h |
@@ -102,8 +102,7 @@ |
virtual Json::Value toJSON(UrlDataManager& urlDataManager) const; |
- Json::Value drawToAndCollectJSON(SkCanvas*, UrlDataManager& urlDataManager, |
- int opIndex) const; |
+ Json::Value drawToAndCollectJSON(SkCanvas*, UrlDataManager& urlDataManager) const; |
/* Converts a JSON representation of a command into a newly-allocated SkDrawCommand object. It |
* is the caller's responsibility to delete this object. This method may return null if an error |