Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h

Issue 9757001: Support custom drag-and-drop of bookmarks in Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix win aura linker error Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698