| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
|
| index 8376b86af27e6bf2b78b148efac4225f17249c5d..c72dc634be882d25d3025097a7d44af85984ccf8 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
|
| @@ -16,6 +16,7 @@ class DropTargetEvent;
|
|
|
| namespace content {
|
| class WebContents;
|
| +class WebDragDestDelegate;
|
| }
|
|
|
| namespace ui {
|
| @@ -64,6 +65,8 @@ class NativeTabContentsViewAura : public views::NativeWidgetAura,
|
|
|
| WebKit::WebDragOperationsMask current_drag_op_;
|
|
|
| + content::WebDragDestDelegate* drag_dest_delegate_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(NativeTabContentsViewAura);
|
| };
|
|
|
|
|