| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
| index 34caed0578d4c32781fb28e4661608a827ee4626..a86b690e43b9697b6d511864b9f84eb2dcfda053 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -1347,7 +1347,7 @@ void RenderWidgetHostImpl::GetSnapshotFromRenderer(
|
| gfx::Rect copy_rect = src_subrect.IsEmpty() ?
|
| gfx::Rect(view_->GetViewBounds().size()) : src_subrect;
|
|
|
| - gfx::Rect copy_rect_in_pixel = ConvertRectToPixel(view_, copy_rect);
|
| + gfx::Rect copy_rect_in_pixel = ConvertViewRectToPixel(view_, copy_rect);
|
| Send(new ViewMsg_Snapshot(GetRoutingID(), copy_rect_in_pixel));
|
| }
|
|
|
|
|