| Index: skia/ext/bitmap_platform_device_skia.h
|
| diff --git a/skia/ext/bitmap_platform_device_skia.h b/skia/ext/bitmap_platform_device_skia.h
|
| index 854de4723e68a7f33f84786e99ecd998caf5561f..024064f4dac3c1914ae7141f840603ed5f1ae294 100644
|
| --- a/skia/ext/bitmap_platform_device_skia.h
|
| +++ b/skia/ext/bitmap_platform_device_skia.h
|
| @@ -14,8 +14,6 @@
|
|
|
| namespace skia {
|
|
|
| -class ScopedPlatformPaint;
|
| -
|
| // -----------------------------------------------------------------------------
|
| // For now we just use SkBitmap for SkBitmapDevice
|
| //
|
| @@ -50,8 +48,6 @@ class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
|
| const SkIRect& clip_bounds) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BitmapPlatformDevice);
|
| -
|
| - friend class ScopedPlatformPaint;
|
| };
|
|
|
| } // namespace skia
|
|
|