Index: content/browser/renderer_host/input/input_router_impl.h |
diff --git a/content/browser/renderer_host/input/input_router_impl.h b/content/browser/renderer_host/input/input_router_impl.h |
index 6a99656f517ea0c83b709f06d837a83c8ad347c5..b49c778b0971c7c991fcd57289336dca150cfa2a 100644 |
--- a/content/browser/renderer_host/input/input_router_impl.h |
+++ b/content/browser/renderer_host/input/input_router_impl.h |
@@ -275,7 +275,8 @@ private: |
TouchEventQueue touch_event_queue_; |
GestureEventQueue gesture_event_queue_; |
TouchActionFilter touch_action_filter_; |
- InputEventStreamValidator event_stream_validator_; |
+ InputEventStreamValidator input_stream_validator_; |
+ InputEventStreamValidator output_stream_validator_; |
DISALLOW_COPY_AND_ASSIGN(InputRouterImpl); |
}; |