提交 05137682 编写于 作者: A Adam Barth

Don't spam the log for gesture events

We don't convert all the gesture events to WebInputEvents. We don't need to
spam the log about it.

R=ojan@chromium.org, eseidel@chromium.org

Review URL: https://codereview.chromium.org/877733004
上级 60ede215
......@@ -158,7 +158,6 @@ scoped_ptr<blink::WebInputEvent> BuildWebGestureEvent(
event->gesture_data->scale / device_pixel_ratio;
break;
default:
NOTIMPLEMENTED() << "Received unexpected event: " << event->action;
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册