summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tab_contents_drag_source.h
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 03:18:28 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 03:18:28 +0000
commitfa23bd53f70490619439cee296e084d739c15aa1 (patch)
treef5db3cdf43d327b1d4ec12165fd12bd1e70bbe0d /chrome/browser/gtk/tab_contents_drag_source.h
parentea4a1d01a2d1aad09c92821a51bb44c4412785f8 (diff)
downloadchromium_src-fa23bd53f70490619439cee296e084d739c15aa1.zip
chromium_src-fa23bd53f70490619439cee296e084d739c15aa1.tar.gz
chromium_src-fa23bd53f70490619439cee296e084d739c15aa1.tar.bz2
Fix HTML5 effectAllowed and dragEffect on Chrome Linux.
This hooks up all the chrome side plumbing, but there are a couple webkit changes that need to happen for this to fully work. BUG=14654 Review URL: http://codereview.chromium.org/1084003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/tab_contents_drag_source.h')
-rw-r--r--chrome/browser/gtk/tab_contents_drag_source.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/gtk/tab_contents_drag_source.h b/chrome/browser/gtk/tab_contents_drag_source.h
index 7740ee6..b7407f3 100644
--- a/chrome/browser/gtk/tab_contents_drag_source.h
+++ b/chrome/browser/gtk/tab_contents_drag_source.h
@@ -33,6 +33,7 @@ class TabContentsDragSource : public MessageLoopForUI::Observer {
// Starts a drag for the tab contents this TabContentsDragSource was
// created for.
void StartDragging(const WebDropData& drop_data,
+ WebKit::WebDragOperationsMask allowed_ops,
GdkEventButton* last_mouse_down,
const SkBitmap& image,
const gfx::Point& image_offset);