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 67d502c758bd6c373282f54f3a96a528dd9c8507..852b146a698c83bb6dbd2f578e32fe5f6142959f 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 |
@@ -1632,7 +1632,7 @@ DesktopWindowTreeHost* DesktopWindowTreeHost::Create( |
ui::NativeTheme* DesktopWindowTreeHost::GetNativeTheme(aura::Window* window) { |
const views::LinuxUI* linux_ui = views::LinuxUI::instance(); |
if (linux_ui) { |
- ui::NativeTheme* native_theme = linux_ui->GetNativeTheme(); |
+ ui::NativeTheme* native_theme = linux_ui->GetNativeTheme(window); |
if (native_theme) |
return native_theme; |
} |