| Index: views/widget/native_widget_win.h
|
| diff --git a/views/widget/native_widget_win.h b/views/widget/native_widget_win.h
|
| index 94bf6e20b97cb8c04a5a33ae1f03eb94ff6bb174..524fd844db4234af84908a916e8760fb737b5882 100644
|
| --- a/views/widget/native_widget_win.h
|
| +++ b/views/widget/native_widget_win.h
|
| @@ -461,7 +461,8 @@ class NativeWidgetWin : public ui::WindowImpl,
|
| focus_on_creation_ = focus_on_creation;
|
| }
|
|
|
| - // The TooltipManager.
|
| + // The TooltipManager. This is NULL if there is a problem creating the
|
| + // underlying tooltip window.
|
| // WARNING: RootView's destructor calls into the TooltipManager. As such, this
|
| // must be destroyed AFTER root_view_.
|
| scoped_ptr<TooltipManagerWin> tooltip_manager_;
|
|
|