| 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 adeab8fca955ea5e59c444c8812b3527d76b679f..49418ae56bd294874b8c413c95dd6962ee455baf 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -1417,7 +1417,6 @@ void RenderWidgetHostImpl::OnUpdateScreenRectsAck() {
|
| }
|
|
|
| void RenderWidgetHostImpl::OnRequestMove(const gfx::Rect& pos) {
|
| - // Note that we ignore the position.
|
| if (view_) {
|
| view_->SetBounds(pos);
|
| Send(new ViewMsg_Move_ACK(routing_id_));
|
|
|