| Index: src/utils/debugger/SkDebugCanvas.h
|
| diff --git a/src/utils/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h
|
| index 262619e7f19fe48274c0361527cc0fca0e888c5a..94316d5f59f1928741316efe4696078147649427 100644
|
| --- a/src/utils/debugger/SkDebugCanvas.h
|
| +++ b/src/utils/debugger/SkDebugCanvas.h
|
| @@ -233,6 +233,9 @@ public:
|
| static const int kVizImageHeight = 256;
|
| static const int kVizImageWidth = 256;
|
|
|
| +protected:
|
| + virtual void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) SK_OVERRIDE;
|
| +
|
| private:
|
| SkTDArray<SkDrawCommand*> fCommandVector;
|
| int fWidth;
|
|
|