| Index: src/core/SkReadBuffer.cpp
|
| diff --git a/src/core/SkReadBuffer.cpp b/src/core/SkReadBuffer.cpp
|
| index 43587862b94f8e64f814c36704274ab31411ec62..27f2d2b3acb42ababc50298006bd016a67ceb7a8 100644
|
| --- a/src/core/SkReadBuffer.cpp
|
| +++ b/src/core/SkReadBuffer.cpp
|
| @@ -148,6 +148,10 @@ void SkReadBuffer::readRegion(SkRegion* region) {
|
| fReader.readRegion(region);
|
| }
|
|
|
| +void SkReadBuffer::readPatch(SkPatch* patch) {
|
| + fReader.readPatch(patch);
|
| +}
|
| +
|
| void SkReadBuffer::readPath(SkPath* path) {
|
| fReader.readPath(path);
|
| }
|
|
|