summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_unittest_damage.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-171-1/+0
* cc: Remove the non-implside flavour of LayerTreeTests.Dana Jansens2015-06-121-2/+2
* cc: Convert LayerTreeHostDamage tests to using PictureLayer.danakj2015-06-061-35/+32
* CC: Plumb LayerSettings parameter for cc::Layer construction.loyso2015-05-251-11/+15
* Finalize rename of LayerImpl scroll offset methods.aelias2015-02-031-1/+2
* SetNeedsRedraw directly when updating a visible tile.danakj2014-11-141-93/+0
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-72/+52
* cc: Stop converting update rect from int to float to int.danakj2014-10-111-4/+4
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-37/+37
* Use ScrollOffset instead of vector2d to track scroll offset in ccmiletus2014-10-011-1/+1
* Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys.danakj@chromium.org2014-05-151-72/+0
* cc: Unify use of DidSwapBuffers() and did_request_swapsimonhong@chromium.org2014-05-121-24/+24
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-311-6/+15
* cc: Make PrepareToDraw return an enum for why it abortsenne@chromium.org2014-01-301-40/+48
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...ricea@chromium.org2014-01-291-16/+7
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-291-7/+16
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...mkwst@chromium.org2014-01-241-16/+7
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-241-7/+16
* Dirty rects always contain full tiles with delegated rendering.prashant.n@samsung.com2013-12-051-10/+16
* Do not give GPU memory to backgrounded compositors.ccameron@chromium.org2013-11-011-97/+0
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-291-2/+2
* Remove solid_color_scrollbars CC LayerTreeSetting.aelias@chromium.org2013-10-201-2/+4
* CC: Fix missing swap-used-incomplete-tile updatesepenner@chromium.org2013-09-071-0/+98
* cc: Some tests for LayerTreeHost SetVisible, SetNeedsRedraw and SetViewportSizedanakj@chromium.org2013-09-031-0/+224
* cc: Fix commits causing damage to scrollbarsenne@chromium.org2013-08-241-16/+91
* Fix LayerTreeHostDamageTestScrollbarDoesDamagejbauman@chromium.org2013-08-231-1/+2
* Rename ScrollbarLayer\* to PaintedScrollbarLayer\*wjmaclean@chromium.org2013-08-221-2/+2
* Fix cpplint errors in layer_tree_host_unittest_damage.cc.wjmaclean@chromium.org2013-08-221-4/+3
* Fix LayerTreeHostDamageTestScrollbarDoesDamage.jbauman@chromium.org2013-08-211-17/+14
* Disable LayerTreeHostDamageTestScrollbarDoesDamage on windows.mattm@chromium.org2013-08-161-0/+5
* Note scrollbar layer properties changed when position changes.jbauman@chromium.org2013-08-151-0/+102
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-301-0/+1
* cc: Rename LayerTreeHost::commit_number to source_frame_number.danakj@chromium.org2013-07-241-2/+2
* Revert 213338 "cc: Allow the main thread to cancel commits"jochen@chromium.org2013-07-241-1/+0
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-241-0/+1
* Run all LayerTreeHost tests with impl-side painting.danakj@chromium.org2013-05-131-4/+9
* cc: Run all LayerTreeHost tests with a delegating renderer.danakj@chromium.org2013-05-101-5/+13
* Delete layout_viewport_size.aelias@chromium.org2013-04-091-1/+1
* cc: Don't draw and swap if the frame will not change.danakj@chromium.org2013-04-061-0/+275