Index: chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc |
=================================================================== |
--- chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc (revision 115435) |
+++ chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc (working copy) |
@@ -428,7 +428,7 @@ |
} |
// Return the TabContents' to normalcy. |
- drag_data_->GetSourceTabContents()->set_capturing_contents(false); |
+ drag_data_->GetSourceTabContents()->SetCapturingContents(false); |
// We need to ask the tabstrip we're attached to ensure that the ideal |
// bounds for all its tabs are correctly generated, because the calculation |