Commit ffb9bd55 authored by raymes's avatar raymes Committed by Commit bot

Don't handle touch events in the OOP PDF plugin.

We don't handle touch events in any special way in the plugin. Viewport
operations all happen in the container page so we can skip handling them
in the plugin.

Review URL: https://codereview.chromium.org/889583005

Cr-Commit-Position: refs/heads/master@{#314109}
parent 04594412
......@@ -282,7 +282,6 @@ OutOfProcessInstance::OutOfProcessInstance(PP_Instance instance)
RequestFilteringInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
RequestFilteringInputEvents(PP_INPUTEVENT_CLASS_KEYBOARD);
RequestFilteringInputEvents(PP_INPUTEVENT_CLASS_TOUCH);
}
OutOfProcessInstance::~OutOfProcessInstance() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment