| Index: content/browser/renderer_host/input/touch_input_browsertest.cc
|
| diff --git a/content/browser/renderer_host/input/touch_input_browsertest.cc b/content/browser/renderer_host/input/touch_input_browsertest.cc
|
| index b35fb7c5ac65e9e896c857fcce63784e08867ba7..5154473e5fcb6e85d8099144b5ee5d5fe448971f 100644
|
| --- a/content/browser/renderer_host/input/touch_input_browsertest.cc
|
| +++ b/content/browser/renderer_host/input/touch_input_browsertest.cc
|
| @@ -82,7 +82,8 @@ namespace content {
|
| class InputEventMessageFilter : public BrowserMessageFilter {
|
| public:
|
| InputEventMessageFilter()
|
| - : type_(WebInputEvent::Undefined),
|
| + : BrowserMessageFilter(InputMsgStart),
|
| + type_(WebInputEvent::Undefined),
|
| state_(INPUT_EVENT_ACK_STATE_UNKNOWN) {}
|
|
|
| void WaitForAck(WebInputEvent::Type type) {
|
|
|