summaryrefslogtreecommitdiffstats
path: root/cc/layers/surface_layer.cc
Commit message (Expand)AuthorAgeFilesLines
* CC: Plumb LayerSettings parameter for cc::Layer construction.loyso2015-05-251-3/+5
* Move VISUAL_STATE promise to activationtobiasjs2015-05-151-0/+1
* Split cc/base into separate GN source_set and clean depsjamesr2015-03-161-1/+1
* Explicitly specify contents scale for SurfaceLayer.jbauman2014-11-131-7/+7
* Fix high DPI with Surfaces by treating Surface size as content bounds of layerjbauman2014-11-071-1/+15
* Allow layers to signal that additional sequences are needed before surface de...jbauman2014-11-061-4/+72
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-1/+1
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* Keeping track of descendants that draw content instead of recalcualtingawoloszyn@chromium.org2014-08-111-2/+3
* Use a struct for cc::Surface ids for more type safetyjamesr@chromium.org2014-06-131-3/+4
* Add cc::SurfaceLayer for referencing external surfacesjamesr@chromium.org2014-01-171-0/+39