| Index: content/browser/renderer_host/render_widget_host_view_android.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.cc b/content/browser/renderer_host/render_widget_host_view_android.cc
|
| index 5d56ec10e8005ee90c648ba4baa2129583176a8c..f9cd7d0cda892b0f98d7e56d63474f226217f0f4 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.cc
|
| @@ -839,11 +839,6 @@ void RenderWidgetHostViewAndroid::SelectionChanged(const base::string16& text,
|
| content_view_core_->OnSelectionChanged(utf8_selection);
|
| }
|
|
|
| -void RenderWidgetHostViewAndroid::SelectionBoundsChanged(
|
| - const ViewHostMsg_SelectionBounds_Params& params) {
|
| - NOTREACHED() << "Selection bounds should be routed through the compositor.";
|
| -}
|
| -
|
| void RenderWidgetHostViewAndroid::SetBackgroundColor(SkColor color) {
|
| RenderWidgetHostViewBase::SetBackgroundColor(color);
|
| host_->SetBackgroundOpaque(GetBackgroundOpaque());
|
|
|