| Index: skia/ext/platform_device.h
|
| diff --git a/skia/ext/platform_device.h b/skia/ext/platform_device.h
|
| index 721893a8a056a327f958e93461826cd24ecec944..b756aa613a30bbd2e9bfba083b3beecf0d34ee13 100644
|
| --- a/skia/ext/platform_device.h
|
| +++ b/skia/ext/platform_device.h
|
| @@ -16,7 +16,6 @@ class SkMatrix;
|
| namespace skia {
|
|
|
| class PlatformDevice;
|
| -class ScopedPlatformPaint;
|
|
|
| // The following routines provide accessor points for the functionality
|
| // exported by the various PlatformDevice ports.
|
| @@ -47,14 +46,11 @@ class SK_API PlatformDevice {
|
| public:
|
| virtual ~PlatformDevice();
|
|
|
| - private:
|
| // The DC that corresponds to the bitmap, used for GDI operations drawing
|
| // into the bitmap. This is possibly heavyweight, so it should be existant
|
| // only during one pass of rendering.
|
| virtual NativeDrawingContext BeginPlatformPaint(const SkMatrix& transform,
|
| const SkIRect& clip_bounds) = 0;
|
| -
|
| - friend class ScopedPlatformPaint;
|
| };
|
|
|
| } // namespace skia
|
|
|