| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| index 5fb0639b6125d8992b1f76a6b8639c6b01876b7b..ed86b8048cca104947930f84b44e9442f26802f3 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| @@ -46,7 +46,8 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
|
| protected:
|
| // Overridden from DesktopWindowTreeHost:
|
| virtual void Init(aura::Window* content_window,
|
| - const Widget::InitParams& params) OVERRIDE;
|
| + const Widget::InitParams& params,
|
| + ui::ContextFactory* context_factory) OVERRIDE;
|
| virtual void OnNativeWidgetCreated(const Widget::InitParams& params) OVERRIDE;
|
| virtual scoped_ptr<corewm::Tooltip> CreateTooltip() OVERRIDE;
|
| virtual scoped_ptr<aura::client::DragDropClient>
|
|
|