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

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

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: tidy 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: ui/views/widget/native_widget_aura.h
diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h
index ed65407a896de58e2fe49b0925c6bda9a0cf9553..69d5d7ab2e55f153cedda827f41590c46ecdaa1d 100644
--- a/ui/views/widget/native_widget_aura.h
+++ b/ui/views/widget/native_widget_aura.h
@@ -34,7 +34,8 @@ class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate,
public aura::client::ActivationDelegate,
public aura::client::DragDropDelegate {
public:
- explicit NativeWidgetAura(internal::NativeWidgetDelegate* delegate);
+ explicit NativeWidgetAura(internal::NativeWidgetDelegate* delegate,
+ gfx::NativeView parent = NULL);
// TODO(beng): Find a better place for this, and the similar method on
// NativeWidgetWin.

Powered by Google App Engine
This is Rietveld 408576698