Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: src/xps/SkXPSDevice.h

Issue 2309483002: WIP RasterCanvasLayerAllocator experiment 2
Patch Set: support initial data? Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698