| Index: skia/ext/platform_device_win.cc
|
| diff --git a/skia/ext/platform_device_win.cc b/skia/ext/platform_device_win.cc
|
| index d0a0c4d9bab18149ee116338de0cc157c2044abe..4788f3d0cfb31427b6bf96fd1da370c2f278a8b2 100644
|
| --- a/skia/ext/platform_device_win.cc
|
| +++ b/skia/ext/platform_device_win.cc
|
| @@ -7,11 +7,12 @@
|
| #include "skia/ext/skia_utils_win.h"
|
| #include "third_party/skia/include/core/SkMatrix.h"
|
| #include "third_party/skia/include/core/SkPath.h"
|
| -#include "third_party/skia/include/core/SkRegion.h"
|
| +#include "third_party/skia/include/core/SkRect.h"
|
|
|
| namespace skia {
|
|
|
| -PlatformSurface PlatformDevice::BeginPlatformPaint() {
|
| +PlatformSurface PlatformDevice::BeginPlatformPaint(const SkMatrix& transform,
|
| + const SkIRect& clip_bounds) {
|
| return 0;
|
| }
|
|
|
|
|