| Index: chrome/browser/views/theme_helpers.cc
|
| ===================================================================
|
| --- chrome/browser/views/theme_helpers.cc (revision 5893)
|
| +++ chrome/browser/views/theme_helpers.cc (working copy)
|
| @@ -8,9 +8,9 @@
|
| #include <atlapp.h>
|
| #include <atltheme.h>
|
|
|
| -#include "base/gfx/bitmap_platform_device_win.h"
|
| #include "chrome/common/gfx/chrome_canvas.h"
|
| #include "base/logging.h"
|
| +#include "skia/ext/bitmap_platform_device_win.h"
|
| #include "SkGradientShader.h"
|
|
|
| void GetRebarGradientColors(int width, int x1, int x2, SkColor* c1, SkColor* c2) {
|
|
|