Index: src/xps/SkXPSDevice.cpp |
diff --git a/src/xps/SkXPSDevice.cpp b/src/xps/SkXPSDevice.cpp |
index 566651e5d94b758e61fec9b1f90b080a41bb410d..d57ead2c6b76766077603db877620e77978783d4 100644 |
--- a/src/xps/SkXPSDevice.cpp |
+++ b/src/xps/SkXPSDevice.cpp |
@@ -2268,7 +2268,8 @@ void SkXPSDevice::drawDevice(const SkDraw& d, SkBaseDevice* dev, |
"Could not add layer to current visuals."); |
} |
-SkBaseDevice* SkXPSDevice::onCreateDevice(const CreateInfo& info, const SkPaint*) { |
+SkBaseDevice* SkXPSDevice::onCreateDevice(const CreateInfo& info, const SkPaint*, |
+ SkRasterCanvasLayerAllocator*) { |
//Conditional for bug compatibility with PDF device. |
#if 0 |
if (SkBaseDevice::kGeneral_Usage == info.fUsage) { |