summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/location_bar_view_gtk.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-30 23:35:44 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-30 23:35:44 +0000
commit36622b18a61d8896fa8417ee17863469e6aea427 (patch)
tree6547736dc86d92a561213ee4236754b68396084f /chrome/browser/gtk/location_bar_view_gtk.h
parentd38f83f98ff29ec940f0bc978a925fa7828fad67 (diff)
downloadchromium_src-36622b18a61d8896fa8417ee17863469e6aea427.zip
chromium_src-36622b18a61d8896fa8417ee17863469e6aea427.tar.gz
chromium_src-36622b18a61d8896fa8417ee17863469e6aea427.tar.bz2
GTK: unify the bookmark dragging icon generation code into bookmark utils.
this also has the effect of standardizing the appearance of boomkark drags. On compositing window managers, the drag widget will have no background. BUG=42147 TEST=manual Review URL: http://codereview.chromium.org/1780016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/location_bar_view_gtk.h')
-rw-r--r--chrome/browser/gtk/location_bar_view_gtk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/gtk/location_bar_view_gtk.h b/chrome/browser/gtk/location_bar_view_gtk.h
index 6f21c74..486e5d7 100644
--- a/chrome/browser/gtk/location_bar_view_gtk.h
+++ b/chrome/browser/gtk/location_bar_view_gtk.h
@@ -280,8 +280,8 @@ class LocationBarViewGtk : public AutocompleteEditController,
GdkDragContext*, GtkSelectionData*, guint, guint);
CHROMEGTK_CALLBACK_1(LocationBarViewGtk, void, OnIconDragBegin,
GdkDragContext*);
- CHROMEGTK_CALLBACK_1(LocationBarViewGtk, gboolean, OnDragIconExpose,
- GdkEventExpose*);
+ CHROMEGTK_CALLBACK_1(LocationBarViewGtk, void, OnIconDragEnd,
+ GdkDragContext*);
CHROMEGTK_CALLBACK_1(LocationBarViewGtk, void, OnEntryBoxSizeAllocate,
GtkAllocation*);
CHROMEGTK_CALLBACK_1(LocationBarViewGtk, gboolean, OnStarButtonPress,