| Index: trunk/src/content/browser/web_contents/web_contents_view_aura.h
|
| ===================================================================
|
| --- trunk/src/content/browser/web_contents/web_contents_view_aura.h (revision 233330)
|
| +++ trunk/src/content/browser/web_contents/web_contents_view_aura.h (working copy)
|
| @@ -50,6 +50,9 @@
|
|
|
| private:
|
| class WindowObserver;
|
| +#if defined(OS_WIN)
|
| + class ChildWindowObserver;
|
| +#endif
|
|
|
| virtual ~WebContentsViewAura();
|
|
|
| @@ -190,6 +193,9 @@
|
| scoped_ptr<aura::Window> overscroll_window_;
|
|
|
| scoped_ptr<WindowObserver> window_observer_;
|
| +#if defined(OS_WIN)
|
| + scoped_ptr<ChildWindowObserver> child_window_observer_;
|
| +#endif
|
|
|
| // The WebContentsImpl whose contents we display.
|
| WebContentsImpl* web_contents_;
|
|
|