summaryrefslogtreecommitdiffstats
path: root/remoting/host/mouse_shape_pump.h
Commit message (Collapse)AuthorAgeFilesLines
* Extract threading logic out of MouseShapePump.sergeyu2016-02-051-24/+14
| | | | | | | | | | | Added MouseCursorMonitorProxy which is now responsible for switching to the capture thread to capture mouse shape. BUG=458437 Review URL: https://codereview.chromium.org/1669143002 Cr-Commit-Position: refs/heads/master@{#373912}
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+1
| | | | | | | | | BUG=138542 TBR=wez@chromium.org Review URL: https://codereview.chromium.org/1547473005 Cr-Commit-Position: refs/heads/master@{#366676}
* Cleanup VideoFramePump.sergeyu2015-02-131-0/+56
1. Threading logic for the capture thread has been moved to ScreenCapturerProxy. 2. Mouse shape handling has been moved to MouseShapePump. BUG=455818 Review URL: https://codereview.chromium.org/883673004 Cr-Commit-Position: refs/heads/master@{#316247}