| Index: ui/gfx/canvas_skia_win.cc
|
| ===================================================================
|
| --- ui/gfx/canvas_skia_win.cc (revision 123041)
|
| +++ ui/gfx/canvas_skia_win.cc (working copy)
|
| @@ -550,7 +550,8 @@
|
|
|
| // Create a temporary bitmap to draw the gradient to.
|
| scoped_ptr<SkCanvas> gradient_canvas(skia::CreateBitmapCanvas(
|
| - display_rect.width(), display_rect.height(), false));
|
| + display_rect.width(), display_rect.height(),
|
| + skia::PlatformDevice::FLAGS_NONE));
|
|
|
| {
|
| skia::ScopedPlatformPaint scoped_platform_paint(canvas_);
|
|
|