| Index: src/core/SkRecorder.h
|
| diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
|
| index 6842aece58b465e2a067f5694027603ee2155f09..834a2b65e4e80b588382d18653e01e1ad6fa464b 100644
|
| --- a/src/core/SkRecorder.h
|
| +++ b/src/core/SkRecorder.h
|
| @@ -38,8 +38,6 @@
|
| // Does not take ownership of the SkRecord.
|
| SkRecorder(SkRecord*, int width, int height); // legacy version
|
| SkRecorder(SkRecord*, const SkRect& bounds);
|
| -
|
| - void reset(SkRecord*, const SkRect& bounds);
|
|
|
| SkDrawableList* getDrawableList() const { return fDrawableList.get(); }
|
| SkDrawableList* detachDrawableList() { return fDrawableList.detach(); }
|
|
|