| 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 3ad4127ffb459fe69306e533d97c6d70407b4fa6..94c29164c87878ddbabfc8503e016384117b5cfa 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.h
|
| +++ b/content/browser/web_contents/web_contents_view_aura.h
|
| @@ -56,6 +56,7 @@ class CONTENT_EXPORT WebContentsViewAura
|
| virtual void RestoreFocus() OVERRIDE;
|
| virtual bool IsDoingDrag() const OVERRIDE;
|
| virtual void CancelDragAndCloseTab() OVERRIDE;
|
| + virtual WebDropData* GetDropData() const OVERRIDE;
|
| virtual bool IsEventTracking() const OVERRIDE;
|
| virtual void CloseTabAfterEventTracking() OVERRIDE;
|
| virtual void GetViewBounds(gfx::Rect* out) const OVERRIDE;
|
|
|