| Index: skia/ext/platform_device.h
|
| diff --git a/skia/ext/platform_device.h b/skia/ext/platform_device.h
|
| index 5b718d2db723272ec411b359a8113cde40dcbb98..628732bc1e8745ad27203c3c208b56642050041b 100644
|
| --- a/skia/ext/platform_device.h
|
| +++ b/skia/ext/platform_device.h
|
| @@ -38,12 +38,6 @@ SK_API void SetPlatformDevice(SkBaseDevice* device,
|
| PlatformDevice* platform_device);
|
| SK_API PlatformDevice* GetPlatformDevice(SkBaseDevice* device);
|
|
|
| -
|
| -#if defined(OS_WIN)
|
| -// Initializes the default settings and colors in a device context.
|
| -SK_API void InitializeDC(HDC context);
|
| -#endif
|
| -
|
| // A SkBitmapDevice is basically a wrapper around SkBitmap that provides a
|
| // surface for SkCanvas to draw into. PlatformDevice provides a surface
|
| // Windows can also write to. It also provides functionality to play well
|
|
|