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

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

Issue 23475012: Fixes focus traversal bug (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ShouldAdvanceFocusToParent Created 7 years, 3 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/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index e6067eba1e80e9c86a0346180eda7ff885029611..d5649f4d5869de38706145c59b86569972facd8d 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -764,8 +764,8 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
ObserverList<WidgetObserver> observers_;
- // Non-owned pointer to the Widget's delegate. May be NULL if no delegate is
- // being used.
+ // Non-owned pointer to the Widget's delegate. If a NULL delegate is supplied
+ // to Init() a default WidgetDelegate is created.
WidgetDelegate* widget_delegate_;
// The root of the View hierarchy attached to this window.

Powered by Google App Engine
This is Rietveld 408576698