Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1226)

Unified Diff: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc

Issue 2697513008: Linux Aura: Use Aura theme on all windows when 'Use Classic theme' is used (Closed)
Patch Set: No namespace Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_native_widget_aura.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
index e816e40ab587668c4b662fd97a3cc3f52659d05b..2e903f9b6ad3fbbc4027c6dfa112c61014850ee5 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
@@ -389,6 +389,10 @@ void DesktopNativeWidgetAura::HandleActivationChanged(bool active) {
}
}
+gfx::NativeWindow DesktopNativeWidgetAura::GetNativeWindow() const {
+ return content_window_;
+}
+
////////////////////////////////////////////////////////////////////////////////
// DesktopNativeWidgetAura, internal::NativeWidgetPrivate implementation:
@@ -563,10 +567,6 @@ gfx::NativeView DesktopNativeWidgetAura::GetNativeView() const {
return content_window_;
}
-gfx::NativeWindow DesktopNativeWidgetAura::GetNativeWindow() const {
- return content_window_;
-}
-
Widget* DesktopNativeWidgetAura::GetTopLevelWidget() {
return GetWidget();
}
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_native_widget_aura.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698