| Index: content/browser/renderer_host/input/touch_input_browsertest.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/input/touch_input_browsertest.cc (revision 252600)
|
| +++ content/browser/renderer_host/input/touch_input_browsertest.cc (working copy)
|
| @@ -82,8 +82,7 @@
|
| class InputEventMessageFilter : public BrowserMessageFilter {
|
| public:
|
| InputEventMessageFilter()
|
| - : BrowserMessageFilter(InputMsgStart),
|
| - type_(WebInputEvent::Undefined),
|
| + : type_(WebInputEvent::Undefined),
|
| state_(INPUT_EVENT_ACK_STATE_UNKNOWN) {}
|
|
|
| void WaitForAck(WebInputEvent::Type type) {
|
|
|