Chromium Code Reviews| Index: content/public/browser/android/content_view_core.h |
| diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h |
| index 6ba7e4b27582216f39c389de9e6b07820ad44d72..1797a04cd12909d012213892a3af8394b54e1a00 100644 |
| --- a/content/public/browser/android/content_view_core.h |
| +++ b/content/public/browser/android/content_view_core.h |
| @@ -28,10 +28,6 @@ class ViewAndroid; |
| class WindowAndroid; |
| } |
| -namespace WebKit { |
| -class WebCompositorInputHandler; |
| -} |
| - |
| namespace content { |
| class WebContents; |
| @@ -56,8 +52,6 @@ class CONTENT_EXPORT ContentViewCore { |
| float scale, |
| gfx::Size* out_size) = 0; |
| virtual float GetDpiScale() const = 0; |
| - virtual void SetInputHandler( |
| - WebKit::WebCompositorInputHandler* input_handler) = 0; |
|
joth
2013/05/22 04:34:24
Rather than remove then re-add this function, coul
jamesr
2013/05/22 07:05:09
No. I don't know what the hookup will look like (a
|
| virtual void RequestContentClipping(const gfx::Rect& clipping, |
| const gfx::Size& content_size) = 0; |