| Index: skia/ext/platform_device_mac.cc
|
| diff --git a/skia/ext/platform_device_mac.cc b/skia/ext/platform_device_mac.cc
|
| index 6ff017d5cd7d258ae4aa034dac7078f286bc819d..f66372bfe7778903eb0ab6d774a2a745b6f981c7 100644
|
| --- a/skia/ext/platform_device_mac.cc
|
| +++ b/skia/ext/platform_device_mac.cc
|
| @@ -14,7 +14,7 @@
|
|
|
| namespace skia {
|
|
|
| -CGContextRef GetBitmapContext(SkDevice* device) {
|
| +CGContextRef GetBitmapContext(SkBaseDevice* device) {
|
| PlatformDevice* platform_device = GetPlatformDevice(device);
|
| if (platform_device)
|
| return platform_device->GetBitmapContext();
|
|
|