| Index: ui/views/widget/native_widget_win.cc
|
| ===================================================================
|
| --- ui/views/widget/native_widget_win.cc (revision 137002)
|
| +++ ui/views/widget/native_widget_win.cc (working copy)
|
| @@ -21,7 +21,6 @@
|
| #include "ui/base/dragdrop/os_exchange_data_provider_win.h"
|
| #include "ui/base/keycodes/keyboard_code_conversion_win.h"
|
| #include "ui/base/l10n/l10n_util_win.h"
|
| -#include "ui/base/native_theme/native_theme_win.h"
|
| #include "ui/base/theme_provider.h"
|
| #include "ui/base/view_prop.h"
|
| #include "ui/base/win/hwnd_util.h"
|
| @@ -30,6 +29,7 @@
|
| #include "ui/gfx/canvas_paint.h"
|
| #include "ui/gfx/canvas_skia_paint.h"
|
| #include "ui/gfx/icon_util.h"
|
| +#include "ui/gfx/native_theme_win.h"
|
| #include "ui/gfx/path.h"
|
| #include "ui/gfx/screen.h"
|
| #include "ui/views/accessibility/native_view_accessibility_win.h"
|
| @@ -2040,7 +2040,7 @@
|
|
|
| void NativeWidgetWin::OnThemeChanged() {
|
| // Notify NativeThemeWin.
|
| - ui::NativeThemeWin::instance()->CloseHandles();
|
| + gfx::NativeThemeWin::instance()->CloseHandles();
|
| }
|
|
|
| void NativeWidgetWin::OnVScroll(int scroll_type,
|
|
|