| Index: skia/ext/platform_device_linux.cc
|
| diff --git a/skia/ext/platform_device_linux.cc b/skia/ext/platform_device_linux.cc
|
| index f72e6148c4e1d82df45172e96ee4cc25310d8fa0..7b40f43f120a0e13c7eb8e0122ad41bf11a6688b 100644
|
| --- a/skia/ext/platform_device_linux.cc
|
| +++ b/skia/ext/platform_device_linux.cc
|
| @@ -10,8 +10,4 @@ PlatformSurface PlatformDevice::BeginPlatformPaint() {
|
| return NULL;
|
| }
|
|
|
| -void PlatformDevice::EndPlatformPaint() {
|
| - // We don't need to do anything on Linux here.
|
| -}
|
| -
|
| } // namespace skia
|
|
|