| 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 95bb613c5a4c32ac46b5e6ffc5d74dd49650aca3..bf9523d3a7783abbefe634c71d6454e89e9d42d9 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -1536,9 +1536,8 @@ void RenderWidgetHostImpl::SelectionChanged(const base::string16& text,
|
|
|
| void RenderWidgetHostImpl::OnSelectionBoundsChanged(
|
| const ViewHostMsg_SelectionBounds_Params& params) {
|
| - if (view_) {
|
| + if (view_)
|
| view_->SelectionBoundsChanged(params);
|
| - }
|
| }
|
|
|
| void RenderWidgetHostImpl::OnSetNeedsBeginFrames(bool needs_begin_frames) {
|
|
|