| Index: content/browser/web_contents/web_contents_view_aura.h
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h
|
| index 1da23ffec5fc5bd27f4b30cd71bd8a6cbf1a6882..93a17dbd23e5bad9b40021cb96994253015117e8 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.h
|
| +++ b/content/browser/web_contents/web_contents_view_aura.h
|
| @@ -123,8 +123,6 @@ class CONTENT_EXPORT WebContentsViewAura
|
| virtual void OnDragExited() OVERRIDE;
|
| virtual int OnPerformDrop(const ui::DropTargetEvent& event) OVERRIDE;
|
|
|
| - gfx::Size initial_size_;
|
| -
|
| scoped_ptr<aura::Window> window_;
|
|
|
| // The WebContentsImpl whose contents we display.
|
|
|