summaryrefslogtreecommitdiffstats
path: root/remoting/host/capturer_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* The chromoting host expands dirty regions to a set of 16x16 blocks,simonmorris@chromium.org2012-02-281-4/+71
* Revert 123513 - The chromoting host expands dirty regions to a set of 16x16 b...simonmorris@chromium.org2012-02-241-71/+4
* The chromoting host expands dirty regions to a set of 16x16 blocks,simonmorris@chromium.org2012-02-241-4/+71
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-5/+5
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-5/+5
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-5/+5
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-121-27/+12
* Revert 96327 - Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-111-17/+24
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-111-24/+17
* Extend invalid_rects_ lock to protect read as well as update.jamiewalch@chromium.org2011-04-151-4/+2
* Fix VS 2010 build.jam@chromium.org2011-03-291-0/+1
* Capturer is now pure virtual. The implementation it used tosimonmorris@chromium.org2011-03-291-0/+65