Convert base::Bind in UserInputMonitorLinuxCore
This CL converts the OnXEvent callback to use base::BindRepeating. RepeatingCallback is correct for this callback since OnXEvent is called every time there is something to read from |x_record_display_|. BUG=1007799 Change-Id: I2eb4630512c7d27f7cc6d852f7e2903bdf12142c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283415 Auto-Submit: Matt Reynolds <mattreynolds@chromium.org> Reviewed-by:Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#786007}
Showing
Please register or sign in to comment