| Index: skia/ext/platform_device_linux.cc
|
| diff --git a/skia/ext/platform_device_linux.cc b/skia/ext/platform_device_linux.cc
|
| index 442733ce4cd5c232eacd2cd380e75b3ab80a26c1..4fa640f7e4ef80c50554063c668afa4e944f8f7c 100644
|
| --- a/skia/ext/platform_device_linux.cc
|
| +++ b/skia/ext/platform_device_linux.cc
|
| @@ -6,8 +6,9 @@
|
|
|
| namespace skia {
|
|
|
| -PlatformSurface PlatformDevice::BeginPlatformPaint(const SkMatrix& transform,
|
| - const SkIRect& clip_bounds) {
|
| +NativeDrawingContext PlatformDevice::BeginPlatformPaint(
|
| + const SkMatrix& transform,
|
| + const SkIRect& clip_bounds) {
|
| return NULL;
|
| }
|
|
|
|
|