summaryrefslogtreecommitdiffstats
path: root/cc/layers/ui_resource_layer.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Delete PrioritizedResourceManagerccameron2015-06-241-1/+0
* cc: Remove ResourceUpdateQueue and ResourceUpdateController.danakj2015-06-191-2/+0
* CC: Plumb LayerSettings parameter for cc::Layer construction.loyso2015-05-251-6/+5
* Clear SkBitmap reference in UIResourceLayer::SetUIResourceIdjdduke2014-12-181-0/+3
* Prevent recreation of UI resource holder if created with resource IDchangwan2014-11-201-8/+11
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-2/+2
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-2/+2
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-6/+5
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-5/+6
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-6/+5
* Keeping track of descendants that draw content instead of recalcualtingawoloszyn@chromium.org2014-08-111-7/+8
* [#4] Pass gfx structs by const ref (gfx::PointF)r.kasibhatla@samsung.com2014-01-171-1/+2
* Adding UV and vertex opacity to UIResourceLayerclholgat@chromium.org2013-10-151-1/+39
* Generic UIResourceLayer for shared resources.clholgat@chromium.org2013-10-041-0/+127