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

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

Issue 8196001: content: Split web_drag_dest_gtk.cc into chrome/ and content/ parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix viewgtk compile Created 9 years, 2 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_gtk.h
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h
index 728a629b3f7e63a5819bc37250294b1f99e7b983..121f6e7fd776411abcef6e6e4aa55b2142431e6b 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h
@@ -12,6 +12,7 @@
class ConstrainedWindowGtk;
class TabContents;
class TabContentsDragSource;
+class WebDragBookmarkHandlerGtk;
class WebDragDestGtk;
class NativeTabContentsViewGtk : public views::NativeWidgetGtk,
@@ -73,6 +74,9 @@ class NativeTabContentsViewGtk : public views::NativeWidgetGtk,
// GTK.
scoped_ptr<WebDragDestGtk> drag_dest_;
+ // The chrome specific delegate that receives events from WebDragDestGtk.
+ scoped_ptr<WebDragBookmarkHandlerGtk> bookmark_handler_gtk_;
+
// Current size. See comment in NativeWidgetGtk as to why this is cached.
gfx::Size size_;

Powered by Google App Engine
This is Rietveld 408576698