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

Unified Diff: ui/views/views_delegate.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/views_delegate.h
diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
index 46f9383942d10b3a106785eb52db8b7e59ade6a4..59a84c886be9b2975ff5bad999e873324d4d789c 100644
--- a/ui/views/views_delegate.h
+++ b/ui/views/views_delegate.h
@@ -108,7 +108,7 @@ class VIEWS_EXPORT ViewsDelegate {
// Creates an object that implements desktop integration behavior. Returned
// object is owned by the NativeWidgetAura passed in. May return NULL.
virtual NativeWidgetHelperAura* CreateNativeWidgetHelper(
- NativeWidgetAura* native_widget) = 0;
+ NativeWidgetAura* native_widget, gfx::NativeView parent) = 0;
#endif
// Creates a web contents. This will return NULL unless overriden.

Powered by Google App Engine
This is Rietveld 408576698