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

Unified Diff: chrome/browser/tab_contents/tab_contents_view_gtk.h

Issue 150198: GTK: first cut at web contents as drag destination.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/tab_contents/tab_contents_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/tab_contents_view_gtk.h
===================================================================
--- chrome/browser/tab_contents/tab_contents_view_gtk.h (revision 19956)
+++ chrome/browser/tab_contents/tab_contents_view_gtk.h (working copy)
@@ -20,6 +20,7 @@
class ConstrainedWindowGtk;
class RenderViewContextMenuGtk;
class SadTabGtk;
+class WebDragDest;
typedef struct _GtkFloatingContainer GtkFloatingContainer;
class TabContentsViewGtk : public TabContentsView,
@@ -140,6 +141,9 @@
scoped_ptr<WebDropData> drop_data_;
// The mime type for the file contents of the current drag (if any).
GdkAtom drag_file_mime_type_;
+ // The helper object that handles drag destination related interactions with
+ // GTK.
+ scoped_ptr<WebDragDest> drag_dest_;
DISALLOW_COPY_AND_ASSIGN(TabContentsViewGtk);
};
« no previous file with comments | « no previous file | chrome/browser/tab_contents/tab_contents_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698