Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc |
diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc |
index f84153df1c743438c95bdf93ae6f7b561f9c20f1..656769c3e1f6f6b1d6921bd6cd5b16fe0fb84d0b 100644 |
--- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc |
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc |
@@ -42,6 +42,7 @@ |
#include "ui/gfx/path_x11.h" |
#include "ui/gfx/screen.h" |
#include "ui/native_theme/native_theme.h" |
+#include "ui/native_theme/native_theme_aura.h" |
#include "ui/views/corewm/tooltip_aura.h" |
#include "ui/views/linux_ui/linux_ui.h" |
#include "ui/views/views_delegate.h" |
@@ -2056,7 +2057,7 @@ ui::NativeTheme* DesktopWindowTreeHost::GetNativeTheme(aura::Window* window) { |
return native_theme; |
} |
- return ui::NativeTheme::instance(); |
+ return ui::NativeThemeAura::instance(); |
} |
} // namespace views |