| Index: ui/gfx/blit.cc
|
| diff --git a/ui/gfx/blit.cc b/ui/gfx/blit.cc
|
| index 25d0ebedd455d165079deda78fea6df25a011bf3..12101969476de0df434190365ca95efbb966440b 100644
|
| --- a/ui/gfx/blit.cc
|
| +++ b/ui/gfx/blit.cc
|
| @@ -133,7 +133,7 @@ void ScrollCanvas(SkCanvas* canvas,
|
| #if defined(OS_WIN)
|
| // If we have a PlatformCanvas, we should use ScrollDC. Otherwise, fall
|
| // through to the software implementation.
|
| - if (skia::SupportsPlatformPaint(canvas)) {
|
| + if (skia::SupportsDirectPlatformPaint(canvas)) {
|
| skia::ScopedPlatformPaint scoped_platform_paint(canvas);
|
| HDC hdc = scoped_platform_paint.GetPlatformSurface();
|
|
|
|
|