Chromium Code Reviews| Index: content/browser/web_contents/web_contents_view_gtk.h |
| diff --git a/content/browser/web_contents/web_contents_view_gtk.h b/content/browser/web_contents/web_contents_view_gtk.h |
| index da1f45c80636612461dc6b0005a4843a4f626f22..d9d7f40d152ef6fa4346cb5eca504cb0b01a2b24 100644 |
| --- a/content/browser/web_contents/web_contents_view_gtk.h |
| +++ b/content/browser/web_contents/web_contents_view_gtk.h |
| @@ -97,6 +97,8 @@ class CONTENT_EXPORT WebContentsViewGtk |
| // should be taken that the correct one is hidden/shown. |
| void InsertIntoContentArea(GtkWidget* widget); |
| + void UpdateDragDest(RenderViewHost* new_host); |
|
Charlie Reis
2013/03/14 22:08:38
Please add a comment saying when this needs to be
mthiesse
2013/03/15 15:26:49
Done.
|
| + |
| // Handle focus traversal on the render widget native view. Can be overridden |
| // by subclasses. |
| CHROMEGTK_CALLBACK_1(WebContentsViewGtk, gboolean, OnFocus, GtkDirectionType); |