Index: skia/ext/vector_platform_device_skia.h |
=================================================================== |
--- skia/ext/vector_platform_device_skia.h (revision 97225) |
+++ skia/ext/vector_platform_device_skia.h (working copy) |
@@ -79,12 +79,8 @@ |
virtual void drawDevice(const SkDraw& draw, SkDevice*, int x, int y, |
const SkPaint&); |
- // Sets the drawing area for the device. Subsequent draw calls are |
- // directed to the specific drawing area (margin or content area). |
- void setDrawingArea(SkPDFDevice::DrawingArea area); |
- |
protected: |
- virtual SkDevice* onCreateCompatibleDevice(SkBitmap::Config, int width, |
+ virtual SkDevice* onCreateCompatibleDevice(SkBitmap::Config, int width, |
int height, bool isOpaque, |
Usage usage); |