0

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}
This commit is contained in:
raymes
2015-02-02 00:12:26 -08:00
committed by Commit bot
parent 0459441223
commit ffb9bd55ca

@ -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() {