| Index: src/pdf/SkPDFDevice.cpp
|
| diff --git a/src/pdf/SkPDFDevice.cpp b/src/pdf/SkPDFDevice.cpp
|
| index e571477e439fd2f1875007cb8b51d397847b71f1..03163190a4dee4c2a05515262644924956162414 100644
|
| --- a/src/pdf/SkPDFDevice.cpp
|
| +++ b/src/pdf/SkPDFDevice.cpp
|
| @@ -1337,6 +1337,10 @@ void SkPDFDevice::drawVertices(const SkDraw& d, SkCanvas::VertexMode,
|
| // TODO: implement drawVertices
|
| }
|
|
|
| +void SkPDFDevice::drawPatch(const SkDraw&, const SkPatch& patch, const SkPaint& paint) {
|
| + //TODO
|
| +}
|
| +
|
| void SkPDFDevice::drawDevice(const SkDraw& d, SkBaseDevice* device,
|
| int x, int y, const SkPaint& paint) {
|
| // our onCreateDevice() always creates SkPDFDevice subclasses.
|
|
|