Commit 4e421ad1 authored by David Bokan's avatar David Bokan Committed by Commit Bot

Move ThreadedInputHandler into its own file

This is a follow-up to https://crrev.com/c/2347371 which is a mechanical
move of ThreadedInputHandler into its own separate file. There are no
changes from the previous CL.

Bug: 915926
Change-Id: I58e6a82271cb81cd5e9dd906a61808d8486b6cb2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347924
Commit-Queue: David Bokan <bokan@chromium.org>
Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#796987}
parent ad6a3def
...@@ -63,6 +63,8 @@ cc_component("cc") { ...@@ -63,6 +63,8 @@ cc_component("cc") {
"input/snap_fling_curve.h", "input/snap_fling_curve.h",
"input/snap_selection_strategy.cc", "input/snap_selection_strategy.cc",
"input/snap_selection_strategy.h", "input/snap_selection_strategy.h",
"input/threaded_input_handler.cc",
"input/threaded_input_handler.h",
"input/touch_action.h", "input/touch_action.h",
"layers/append_quads_data.cc", "layers/append_quads_data.cc",
"layers/append_quads_data.h", "layers/append_quads_data.h",
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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