Chromium Code Reviews| Index: content/browser/android/in_process/synchronous_compositor_impl.h |
| diff --git a/content/browser/android/in_process/synchronous_compositor_impl.h b/content/browser/android/in_process/synchronous_compositor_impl.h |
| index 3659ca01d28148cbd7a0e190beac55ab88441362..e63ddbe86a053edb91874240d1a56a488b59d4b1 100644 |
| --- a/content/browser/android/in_process/synchronous_compositor_impl.h |
| +++ b/content/browser/android/in_process/synchronous_compositor_impl.h |
| @@ -9,9 +9,14 @@ |
| #include "base/compiler_specific.h" |
| #include "base/memory/scoped_ptr.h" |
| #include "content/browser/android/in_process/synchronous_compositor_output_surface.h" |
| +#include "content/port/common/input_event_ack_state.h" |
| #include "content/public/browser/android/synchronous_compositor.h" |
| #include "content/public/browser/web_contents_user_data.h" |
| +namespace WebKit { |
| +class WebInputEvent; |
| +} |
| + |
| namespace content { |
| // The purpose of this class is to act as the intermediary between the various |
| @@ -43,6 +48,8 @@ class SynchronousCompositorImpl |
| SynchronousCompositorOutputSurface* output_surface) OVERRIDE; |
| virtual void SetContinuousInvalidate(bool enable) OVERRIDE; |
| + InputEventAckState HandleInputEvent(const WebKit::WebInputEvent& input_event); |
|
joth
2013/05/31 18:05:08
nit: move to line 33 .
jdduke (slow)
2013/05/31 20:48:24
Done.
|
| + |
| private: |
| explicit SynchronousCompositorImpl(WebContents* contents); |
| virtual ~SynchronousCompositorImpl(); |