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

Unified Diff: ui/views/widget/native_widget_aura.cc

Issue 146363002: Linux Aura: Use system title bar is now set by preference, not flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build on Windows. Created 6 years, 11 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
Index: ui/views/widget/native_widget_aura.cc
diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc
index 4fc2afc3149c83d939581326ffa2b6a0eb1ffd77..02abeb7c9598c03dd07411023bb9d6fa8d81d793 100644
--- a/ui/views/widget/native_widget_aura.cc
+++ b/ui/views/widget/native_widget_aura.cc
@@ -198,7 +198,7 @@ bool NativeWidgetAura::ShouldUseNativeFrame() const {
return false;
}
-void NativeWidgetAura::FrameTypeChanged() {
+void NativeWidgetAura::FrameTypeChanged(Widget::FrameType /*new_type*/) {
// This is called when the Theme has changed; forward the event to the root
// widget.
GetWidget()->ThemeChanged();

Powered by Google App Engine
This is Rietveld 408576698