| Index: tools/debugger/SkDebugCanvas.h
|
| diff --git a/tools/debugger/SkDebugCanvas.h b/tools/debugger/SkDebugCanvas.h
|
| index ac2f0d420765aae528a6c72972854daada06adf5..d06637d42b26ba1ae95e5154de71cf8fdd9be227 100644
|
| --- a/tools/debugger/SkDebugCanvas.h
|
| +++ b/tools/debugger/SkDebugCanvas.h
|
| @@ -151,7 +151,7 @@ public:
|
| SkDebugCanvas::getSize(). The encoder may use the UrlDataManager to store binary data such
|
| as images, referring to them via URLs embedded in the JSON.
|
| */
|
| - Json::Value toJSON(UrlDataManager& urlDataManager, int n);
|
| + Json::Value toJSON(UrlDataManager& urlDataManager, int n, SkCanvas*);
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // Inherited from SkCanvas
|
|
|