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

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

Issue 11416251: Desktop aura: Continue threading context through views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One last line removed. Created 8 years, 1 month 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/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index 139c69aaab7f32e5f551a2c17aba656d14e267e9..9dbe2d4d45e3bae9e5e705fdaa72fef7f37dd813 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -145,6 +145,10 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// |parent| is returned.
gfx::NativeView GetParent() const;
+ // Will return the first of the following that isn't NULL: the native view,
+ // |parent|, |context|.
+ gfx::NativeView GetContext() const;
+
Type type;
// If NULL, a default implementation will be constructed.
WidgetDelegate* delegate;

Powered by Google App Engine
This is Rietveld 408576698