| Index: include/pdf/SkPDFDevice.h
|
| diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h
|
| index 0dd06469b47b85a51cb695c54de2d408a1e2aa62..daec7a3de7496f9a5045099a5f46aea751d3965a 100644
|
| --- a/include/pdf/SkPDFDevice.h
|
| +++ b/include/pdf/SkPDFDevice.h
|
| @@ -70,8 +70,6 @@ public:
|
| const SkMatrix& initialTransform);
|
| SK_API virtual ~SkPDFDevice();
|
|
|
| - virtual uint32_t getDeviceCapabilities() SK_OVERRIDE;
|
| -
|
| virtual void clear(SkColor color) SK_OVERRIDE;
|
|
|
| /** These are called inside the per-device-layer loop for each draw call.
|
|
|