| Index: skia/ext/platform_canvas_win.cc
|
| ===================================================================
|
| --- skia/ext/platform_canvas_win.cc (revision 0)
|
| +++ skia/ext/platform_canvas_win.cc (working copy)
|
| @@ -2,12 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "PlatformCanvasWin.h"
|
| +#include "skia/ext/platform_canvas_win.h"
|
|
|
| -#include "BitmapPlatformDeviceWin.h"
|
| -
|
| #include "base/logging.h"
|
| #include "base/process_util.h"
|
| +#include "skia/ext/bitmap_platform_device_win.h"
|
|
|
| namespace gfx {
|
|
|
|
|