Index: src/xps/SkXPSDevice.h |
diff --git a/src/xps/SkXPSDevice.h b/src/xps/SkXPSDevice.h |
index 57f314851e5c08a582ff6a8df1b6b3c840161b48..eeb76f84a362a61646b06e03625100346c75437c 100644 |
--- a/src/xps/SkXPSDevice.h |
+++ b/src/xps/SkXPSDevice.h |
@@ -311,7 +311,8 @@ private: |
const SkVector& ppuScale, |
IXpsOMPath* shadedPath); |
- SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*) override; |
+ SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*, |
+ SkRasterCanvasLayerAllocator*) override; |
// Disable the default copy and assign implementation. |
SkXPSDevice(const SkXPSDevice&); |