Skip to content

Commit

Permalink
Don't handle touch events in the OOP PDF plugin.
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
raymes authored and Commit bot committed Feb 2, 2015
1 parent 0459441 commit ffb9bd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pdf/out_of_process_instance.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit ffb9bd5

Please sign in to comment.