| Index: skia/ext/platform_device_mac.cc
|
| diff --git a/skia/ext/platform_device_mac.cc b/skia/ext/platform_device_mac.cc
|
| index 5e78ad514fca286e7199c11a0fa2a2f64302a52c..0cd841ada10cb017bed16abba4a2c40ef0cc7726 100644
|
| --- a/skia/ext/platform_device_mac.cc
|
| +++ b/skia/ext/platform_device_mac.cc
|
| @@ -10,8 +10,4 @@ CGContextRef PlatformDevice::BeginPlatformPaint() {
|
| return GetBitmapContext();
|
| }
|
|
|
| -void PlatformDevice::EndPlatformPaint() {
|
| - // Flushing will be done in onAccessBitmap.
|
| -}
|
| -
|
| } // namespace skia
|
|
|