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

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: fix some new gfx::Screen additions 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 c49bf9b022242071a5bf6ab1850854ff68d49e06..84ddeff558d073823e51906acad97c0366ae6d57 100644
--- a/ui/views/views_delegate.h
+++ b/ui/views/views_delegate.h
@@ -109,7 +109,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