| Index: skia/ext/skia_utils_win.cc
|
| ===================================================================
|
| --- skia/ext/skia_utils_win.cc (revision 16007)
|
| +++ skia/ext/skia_utils_win.cc (working copy)
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "skia/ext/skia_utils_win.h"
|
| +
|
| #include <windows.h>
|
|
|
| -#include "skia/ext/skia_utils_win.h"
|
| +#include "third_party/skia/include/core/SkRect.h"
|
| +#include "third_party/skia/include/effects/SkGradientShader.h"
|
|
|
| -#include "SkRect.h"
|
| -#include "SkGradientShader.h"
|
| -
|
| namespace {
|
|
|
| template <bool>
|
|
|