| Index: ui/gfx/blit.cc
|
| diff --git a/ui/gfx/blit.cc b/ui/gfx/blit.cc
|
| index 57473047b74b9e59b67e9e0194c362d67029d570..169eae25aafed3e92e67fe0956d4b61c724e1569 100644
|
| --- a/ui/gfx/blit.cc
|
| +++ b/ui/gfx/blit.cc
|
| @@ -76,7 +76,7 @@ void ScrollCanvas(SkCanvas* canvas,
|
| // through to the software implementation.
|
| if (skia::SupportsPlatformPaint(canvas)) {
|
| skia::ScopedPlatformPaint scoped_platform_paint(canvas);
|
| - HDC hdc = scoped_platform_paint.GetPlatformSurface();
|
| + HDC hdc = scoped_platform_paint.GetNativeDrawingContext();
|
|
|
| RECT damaged_rect;
|
| RECT r = in_clip.ToRECT();
|
|
|