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