| Index: chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc (revision 116244)
|
| +++ chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc (working copy)
|
| @@ -390,7 +390,7 @@
|
| gtk_widget_get_allocation(widget, &allocation);
|
|
|
| // Draw the render area.
|
| - BackingStore* backing_store = drag_data_->GetSourceTabContents()->
|
| + BackingStore* backing_store = drag_data_->GetSourceWebContents()->
|
| GetRenderViewHost()->GetBackingStore(false);
|
| if (backing_store && !attached_) {
|
| // This leaves room for the border.
|
|
|