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

Unified Diff: content/browser/tab_contents/web_drag_dest_gtk.h

Issue 8536036: Devirtualize CHROMEGTK_CALLBACK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « chrome/browser/ui/gtk/update_recommended_dialog.h ('k') | ui/base/gtk/gtk_signal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tab_contents/web_drag_dest_gtk.h
diff --git a/content/browser/tab_contents/web_drag_dest_gtk.h b/content/browser/tab_contents/web_drag_dest_gtk.h
index 3ea4d0b7a6fa47a4db0978ad6cfaa35e3d82cd3d..584e9d2c9f550634d270ffe007e9f5df71453621 100644
--- a/content/browser/tab_contents/web_drag_dest_gtk.h
+++ b/content/browser/tab_contents/web_drag_dest_gtk.h
@@ -27,7 +27,7 @@ class WebDragDestDelegate;
class CONTENT_EXPORT WebDragDestGtk {
public:
WebDragDestGtk(TabContents* tab_contents, GtkWidget* widget);
- virtual ~WebDragDestGtk();
+ ~WebDragDestGtk();
// This is called when the renderer responds to a drag motion event. We must
// update the system drag cursor.
« no previous file with comments | « chrome/browser/ui/gtk/update_recommended_dialog.h ('k') | ui/base/gtk/gtk_signal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698