| Index: include/pdf/SkPDFDevice.h
|
| diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h
|
| index fa0e5128a636a6e168be01928708b61079d8b501..1e09b72b063762d4c1a11b86480d4b3d34ed79c1 100644
|
| --- a/include/pdf/SkPDFDevice.h
|
| +++ b/include/pdf/SkPDFDevice.h
|
| @@ -69,6 +69,8 @@
|
| SK_API SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
|
| const SkMatrix& initialTransform);
|
| SK_API virtual ~SkPDFDevice();
|
| +
|
| + virtual void clear(SkColor color) SK_OVERRIDE;
|
|
|
| /** These are called inside the per-device-layer loop for each draw call.
|
| When these are called, we have already applied any saveLayer operations,
|
|
|