summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Replace CurrentPhysicalTimeTicks with a fallback in CurrentFrameTimeTicks.aelias@chromium.org2014-03-261-4/+1
* cc: Change #if !defined(NDEBUG) to #if DCHECK_IS_ON.danakj@chromium.org2014-03-181-1/+1
* Removing the use of base::Time inside the LayerTreeHost system.mithro@mithis.com2014-03-111-7/+3
* Removing base::Time from SetAnimationEvents and PostAnimationEventsToMainThre...mithro@mithis.com2014-03-111-6/+1
* [#8] Pass gfx::Point by const ref.prashant.n@samsung.com2014-03-051-6/+7
* Update InnerViewportContainerLayer size when top controls move.wjmaclean@chromium.org2014-02-271-0/+4
* We just fixed an overflow but test was removed for easier merge. This just ad...epenner@chromium.org2014-02-251-0/+3
* cc: Update Main RendererCapabilities on DeferredInitializeboliu@chromium.org2014-02-181-0/+1
* cc: Prevent usage of rasterize on-demand with delegating renderer.reveman@chromium.org2014-02-111-1/+2
* Pass gfx structs by const ref (gfx::Vector2d)ajay.berwal@samsung.com2014-02-051-1/+1
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-311-2/+3
* cc: Make PrepareToDraw return an enum for why it abortsenne@chromium.org2014-01-301-6/+8
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-2/+2
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...ricea@chromium.org2014-01-291-3/+2
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-291-2/+3
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-2/+2
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-2/+2
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...mkwst@chromium.org2014-01-241-3/+2
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-241-2/+3
* Pass gfx structs by const ref (gfx::Vector2dF)ajay.berwal@samsung.com2014-01-231-3/+4
* [#4] Pass gfx structs by const ref (gfx::PointF)r.kasibhatla@samsung.com2014-01-171-4/+4
* cc: Add RendererCapabilitiesImplboliu@chromium.org2014-01-151-2/+2
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-7/+7
* Lock touchscreen flings to the first layer scrolled by the flingjdduke@chromium.org2013-12-201-1/+0
* cc: Don't cancel poll_for_draw_triggers_closure_ too early.brianderson@chromium.org2013-12-121-0/+1
* cc: Remove DeviceViewport and DeviceClip from the RendererClientdanakj@chromium.org2013-12-101-7/+6
* For main thread event handling, if event causesmiletus@chromium.org2013-12-081-3/+14
* cc: Support animating scroll offsetajuma@chromium.org2013-12-031-0/+1
* cc: add DevTools instrumentation for impl-side framescaseq@chromium.org2013-12-021-2/+5
* Route LayerTreeHostImplClient::SetNeedsRedrawOnImplThread() through LayerTree...miletus@chromium.org2013-11-291-0/+2
* cc: Clean up LayerTreeHostImplTest init and add check for lost contextdanakj@chromium.org2013-11-281-0/+3
* Pass CompositorFrameMetadata as parameter into Renderer::SwapBuffers()miletus@chromium.org2013-11-271-1/+2
* cc: Plumbing for impl thread micro benchmarksvmpstr@chromium.org2013-11-181-0/+4
* Replaces uses of the WGC3DSwapBuffersClient with LTHSingleThreadClientjamesr@chromium.org2013-11-081-0/+2
* cc: Don't ManageTiles twice in one frameenne@chromium.org2013-11-051-0/+1
* Do not give GPU memory to backgrounded compositors.ccameron@chromium.org2013-11-011-1/+0
* cc: Add opacity to UIResourceBitmap and UIResourceLayerpowei@chromium.org2013-10-261-0/+3
* cc: Remove PrioritizedResourceManager::ReduceWastedMemoryOnImplThreaddanakj@chromium.org2013-10-261-1/+0
* Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).dominikg@chromium.org2013-10-231-3/+3
* Add delegated rendering support for software renderer.jbauman@chromium.org2013-10-221-2/+6
* cc: Do not allow gesture-scrolling 'overflow[-{x|y}]:hidden' layers.sadrul@chromium.org2013-10-221-1/+1
* Allow touch flings to bubble if the preceding touch scroll bubbledjdduke@chromium.org2013-10-151-0/+1
* Make Android WebView filtering depend on scrolling status.aelias@chromium.org2013-10-091-0/+2
* Generic UIResourceLayer for shared resources.clholgat@chromium.org2013-10-041-1/+6
* Grow scrollbars while the mouse is over the track or thumb.tony@chromium.org2013-10-011-2/+11
* cc: Delete RenderSurface caching.alokp@chromium.org2013-10-011-20/+0
* cc: Initialize PageScaleAnimation's start time on first animationbrianderson@chromium.org2013-09-261-1/+0
* Trigger overlay scrollbar animation when the pointer is nearby.tony@chromium.org2013-09-261-0/+8
* CC: Fix raster-on-demand (due to stale sort order).epenner@chromium.org2013-09-241-0/+2
* Properly handle scroll and fling gestures after pinch zoomjdduke@chromium.org2013-09-241-0/+1