| Index: skia/ext/bitmap_platform_device_linux.cc
|
| ===================================================================
|
| --- skia/ext/bitmap_platform_device_linux.cc (revision 30973)
|
| +++ skia/ext/bitmap_platform_device_linux.cc (working copy)
|
| @@ -55,10 +55,6 @@
|
| void SetMatrixClip(const SkMatrix& transform, const SkRegion& region);
|
|
|
| protected:
|
| - friend class base::RefCounted<BitmapPlatformDeviceData>;
|
| -
|
| - ~BitmapPlatformDeviceData();
|
| -
|
| void LoadConfig();
|
|
|
| // The Cairo surface inside this DC.
|
| @@ -82,6 +78,11 @@
|
| BitmapPlatformDeviceData(const BitmapPlatformDeviceData&);
|
| BitmapPlatformDeviceData& operator=(
|
| const BitmapPlatformDeviceData&);
|
| +
|
| + private:
|
| + friend class base::RefCounted<BitmapPlatformDeviceData>;
|
| +
|
| + ~BitmapPlatformDeviceData();
|
| };
|
|
|
| BitmapPlatformDevice::BitmapPlatformDeviceData::BitmapPlatformDeviceData(
|
|
|