Index: pdf/out_of_process_instance.cc |
diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc |
index d6ad71adb6724a9ac7ac9a622c22e612de183aff..9c4a8f11655f6e603f7530fd9305ffcd89c1ebf1 100644 |
--- a/pdf/out_of_process_instance.cc |
+++ b/pdf/out_of_process_instance.cc |
@@ -278,7 +278,6 @@ OutOfProcessInstance::OutOfProcessInstance(PP_Instance instance) |
RequestFilteringInputEvents(PP_INPUTEVENT_CLASS_MOUSE); |
RequestFilteringInputEvents(PP_INPUTEVENT_CLASS_KEYBOARD); |
- RequestFilteringInputEvents(PP_INPUTEVENT_CLASS_TOUCH); |
Sam McNally
2015/01/30 06:04:50
Are touch events used for links?
|
} |
OutOfProcessInstance::~OutOfProcessInstance() { |