| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 11fc26730fce470d40eed7a76423c874f32d3012..b9edb67eae1fc0aa0c54daae722eacfc03caf19b 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -60,8 +60,6 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| float scale,
|
| gfx::Size* out_size) OVERRIDE;
|
| virtual float GetDpiScale() const OVERRIDE;
|
| - virtual void SetInputHandler(
|
| - WebKit::WebCompositorInputHandler* input_handler) OVERRIDE;
|
| virtual void RequestContentClipping(const gfx::Rect& clipping,
|
| const gfx::Size& content_size) OVERRIDE;
|
| virtual void AddFrameInfoCallback(
|
|
|