| Index: content/browser/android/content_view_core_impl.cc
|
| diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
|
| index cf088026c54e3d4c354626593a7f5209db3e4813..7169af6e9240ffca4089420d8b4814956f362901 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -863,14 +863,6 @@ float ContentViewCoreImpl::GetDpiScale() const {
|
| return dpi_scale_;
|
| }
|
|
|
| -void ContentViewCoreImpl::SetInputHandler(
|
| - WebKit::WebCompositorInputHandler* input_handler) {
|
| - if (!input_event_filter_)
|
| - input_event_filter_.reset(new SyncInputEventFilter);
|
| -
|
| - input_event_filter_->SetInputHandler(input_handler);
|
| -}
|
| -
|
| void ContentViewCoreImpl::RequestContentClipping(
|
| const gfx::Rect& clipping,
|
| const gfx::Size& content_size) {
|
|
|