summaryrefslogtreecommitdiffstats
path: root/cc/blink/web_content_layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove cc::ContentLayerClient::PaintContents(SkCanvas*, ...).jbroman2015-10-151-10/+0
* Add a flag to disable cached picture raster for blink.danakj2015-10-151-1/+9
* cc: Remove WebContentLayerImpl::setDrawCheckerboardForMissingTiles.danakj2015-08-061-3/+0
* cc: Remove code for drawing checkerboard quads, it's not used.danakj2015-08-051-1/+0
* cc: Plumb Blink-reported memory usage to raster source.jbroman2015-07-161-0/+4
* cc: Remove reference to ContentLayer from WebContentLayerImpl.danakj2015-06-121-2/+0
* Remove non-impl-side painting as an option for blink.danakj2015-06-111-10/+3
* Adding support for sidecars to cc::DisplayItemList.jbroman2015-06-021-2/+5
* cc: Make ContentLayerClient subclasses create the DisplayItemList.jbroman2015-05-291-7/+11
* CC: Plumb LayerSettings parameter for cc::Layer construction.loyso2015-05-251-2/+4
* Add support for painting disabled mode for Slimming Paintschenney2015-04-231-0/+2
* Revert "Speculative revert by sheriff"Bartosz Fabianowski2015-04-161-5/+4
* Speculative revert by sheriffBartosz Fabianowski2015-04-161-4/+5
* cc: Make DisplayItemList::Append replay into an SkPictureajuma2015-04-151-5/+4
* Modify rasterize_and_record for DisplayItemList recording.schenney2015-02-051-12/+19
* Switch WebContentLayerImpl to the new WebContentLayerClient APIfmalita2015-01-231-6/+2
* Remove #ifs related to WebDisplayItemListajuma2015-01-061-2/+0
* cc: Fix WebContentLayerImpl::PaintContentsToDisplayListajuma2014-11-271-1/+2
* cc: Implement a display-list-based RecordingSource and RasterSourceajuma2014-11-271-0/+19
* cc: Toggle LCD text at raster time instead of record time.danakj2014-11-181-20/+5
* Revert of cc: Toggle LCD text at raster time instead of record time. (patchse...jyasskin2014-11-181-5/+20
* cc: Toggle LCD text at raster time instead of record time.danakj2014-11-171-20/+5
* cc: Stop passing the unused opaque rect out-param to blink.danakj2014-09-161-2/+0
* cc: Remove the opaque rect return-parameter from ContentLayerClient.danakj2014-09-151-3/+1
* Move blink<->cc bindings to cc/blinkjamesr@chromium.org2014-08-191-0/+89