| Index: ui/aura/window_tree_host_win.h
|
| diff --git a/ui/aura/window_tree_host_win.h b/ui/aura/window_tree_host_win.h
|
| index dc5f46cf8b87e6dbef7ccd9d19d9a4632b171400..9625b283f8925eead7be4405e7b351a5707ba62b 100644
|
| --- a/ui/aura/window_tree_host_win.h
|
| +++ b/ui/aura/window_tree_host_win.h
|
| @@ -20,6 +20,7 @@ class AURA_EXPORT WindowTreeHostWin : public WindowTreeHost,
|
| explicit WindowTreeHostWin(const gfx::Rect& bounds);
|
| virtual ~WindowTreeHostWin();
|
| // WindowTreeHost:
|
| + virtual ui::EventSource* GetEventSource() OVERRIDE;
|
| virtual gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE;
|
| virtual void Show() OVERRIDE;
|
| virtual void Hide() OVERRIDE;
|
|
|