summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/display_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Hook up BeginFrameSource to SurfaceFactoryClient via SurfaceManagerenne2016-03-091-25/+1
* Don't attempt to draw undamaged frames with LatencyInfo in Displayjbauman2016-02-261-5/+14
* Convert Pass()→std::move() in cc/dcheng2015-12-181-2/+5
* Resize output_rect of aggregated CompositorFrame to enable it to be drawn whe...jbauman2015-12-121-0/+24
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-181-22/+23
* cc: Plumbing for BeginFrameSource based on Surfacesbrianderson2015-10-201-4/+41
* Rename several instances of SubmitFrame to SubmitCompositorFramefsamuel2015-08-241-15/+15
* Ensure surface swap happens after resize.jbauman2015-08-201-4/+26
* Remove SoftwareFrameDatajbauman2015-08-071-14/+20
* cc: Make DisplayScheduler aware of resize and add tracing.brianderson2015-07-241-15/+29
* cc: Remove unnecessary task runner refptrs from schedulers.sunnyps2015-06-241-8/+11
* Use shallow finish instead of real finish on Display resize.jbauman2015-05-281-7/+6
* Force immediate Display swap on resize if no swap was done at previous size.jbauman2015-05-271-5/+124
* Add DisplayScheduler for Surfacesbrianderson2015-05-221-39/+78
* Revert of Add DisplayScheduler for Surfaces (patchset #15 id:280001 of https:...brianderson2015-04-141-76/+39
* Add DisplayScheduler for Surfacesbrianderson2015-04-141-39/+76
* Avoid redrawing Display when not damaged.jbauman2015-02-201-0/+239