| Index: include/core/SkReader32.h
|
| diff --git a/include/core/SkReader32.h b/include/core/SkReader32.h
|
| index 3ee63bed18656f9729fbe470e7a640d0c982d4be..3d874d170a269220653dfa9398d2a01cb67bd354 100644
|
| --- a/include/core/SkReader32.h
|
| +++ b/include/core/SkReader32.h
|
| @@ -15,7 +15,6 @@
|
| #include "SkRegion.h"
|
| #include "SkRRect.h"
|
| #include "SkScalar.h"
|
| -#include "SkPatch.h"
|
|
|
| class SkString;
|
|
|
| @@ -106,10 +105,6 @@ public:
|
| uint16_t readU16() { return (uint16_t)this->readInt(); }
|
| int32_t readS32() { return this->readInt(); }
|
| uint32_t readU32() { return this->readInt(); }
|
| -
|
| - bool readPatch(SkPatch* patch) {
|
| - return this->readObjectFromMemory(patch);
|
| - }
|
|
|
| bool readPath(SkPath* path) {
|
| return this->readObjectFromMemory(path);
|
|
|