Chromium Code Reviews| Index: skia/ext/platform_canvas_win.cc |
| =================================================================== |
| --- skia/ext/platform_canvas_win.cc (revision 127021) |
| +++ skia/ext/platform_canvas_win.cc (working copy) |
| @@ -95,7 +95,7 @@ |
| int height, |
| bool is_opaque, |
| HANDLE shared_section) { |
| - if (initializeWithDevice(BitmapPlatformDevice::create(width, |
| + if (initializeWithDevice(BitmapPlatformDevice::Create(width, |
| height, |
| is_opaque, |
| shared_section))) |