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

Unified Diff: chrome/browser/ui/views/native_constrained_window_aura.cc

Issue 11030017: Add context to gfx::Screen calls in support of simultaneous desktop+ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new android code Created 8 years, 2 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: chrome/browser/ui/views/native_constrained_window_aura.cc
diff --git a/chrome/browser/ui/views/native_constrained_window_aura.cc b/chrome/browser/ui/views/native_constrained_window_aura.cc
index 77a6de5e13e8d9ffd74c0567d65d64cc7559ef57..2ad1c1854dbc2c805cd9b76971e7d6875df1e85c 100644
--- a/chrome/browser/ui/views/native_constrained_window_aura.cc
+++ b/chrome/browser/ui/views/native_constrained_window_aura.cc
@@ -13,7 +13,7 @@ class NativeConstrainedWindowAura : public NativeConstrainedWindow,
public:
explicit NativeConstrainedWindowAura(
NativeConstrainedWindowDelegate* delegate)
- : views::NativeWidgetAura(delegate->AsNativeWidgetDelegate()),
+ : views::NativeWidgetAura(delegate->AsNativeWidgetDelegate(), NULL),
delegate_(delegate) {
GetNativeWindow()->SetProperty(aura::client::kConstrainedWindowKey, true);
}

Powered by Google App Engine
This is Rietveld 408576698