| Index: content/renderer/android/synchronous_compositor_filter.cc
|
| diff --git a/content/renderer/android/synchronous_compositor_filter.cc b/content/renderer/android/synchronous_compositor_filter.cc
|
| index 5f4c9d2733881082eac784f21976137c550521e2..54dfed34d662ac34d49ecedacb8a58cd6107ef09 100644
|
| --- a/content/renderer/android/synchronous_compositor_filter.cc
|
| +++ b/content/renderer/android/synchronous_compositor_filter.cc
|
| @@ -255,6 +255,10 @@ void SynchronousCompositorFilter::DidStopFlinging(int routing_id) {
|
| Send(new InputHostMsg_DidStopFlinging(routing_id));
|
| }
|
|
|
| +void SynchronousCompositorFilter::NonBlockingInputEventHandled(
|
| + int routing_id,
|
| + blink::WebInputEvent::Type type) {}
|
| +
|
| SynchronousCompositorFilter::Entry::Entry()
|
| : begin_frame_source(nullptr),
|
| output_surface(nullptr),
|
|
|