| Index: skia/ext/platform_device_win.cc
|
| diff --git a/skia/ext/platform_device_win.cc b/skia/ext/platform_device_win.cc
|
| index 4788f3d0cfb31427b6bf96fd1da370c2f278a8b2..c9952ab352641816ed4857c3f998275d1aaf6859 100644
|
| --- a/skia/ext/platform_device_win.cc
|
| +++ b/skia/ext/platform_device_win.cc
|
| @@ -11,8 +11,9 @@
|
|
|
| namespace skia {
|
|
|
| -PlatformSurface PlatformDevice::BeginPlatformPaint(const SkMatrix& transform,
|
| - const SkIRect& clip_bounds) {
|
| +NativeDrawingContext PlatformDevice::BeginPlatformPaint(
|
| + const SkMatrix& transform,
|
| + const SkIRect& clip_bounds) {
|
| return 0;
|
| }
|
|
|
|
|