summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/graphics
Commit message (Expand)AuthorAgeFilesLines
* Reland of un smooth scroll animations on the compositor when possible (patchs...noel2015-12-232-0/+6
* Revert of Run smooth scroll animations on the compositor when possible (patch...noel2015-12-232-6/+0
* Run smooth scroll animations on the compositor when possibleymalik2015-12-222-0/+6
* Use clampTo instead of chaining std::max(std::min(...))bratell2015-12-227-14/+21
* use baseclass from factory, to track cleanup in Skiareed2015-12-212-2/+2
* Rename DEFINE_STATIC_LOCAL_THREAD_SAFE to DEFINE_THREAD_SAFE_STATIC_LOCALkinuko2015-12-211-1/+1
* Deferred GIF image decodes should report decode failuresnoel2015-12-215-76/+74
* Remove config.h inclusion from third_party/WebKit/Source/platform/.tkent2015-12-21126-139/+1
* switch to new virtual getSaveLayerStrategyreed2015-12-186-23/+21
* Drop SkPathContainsPoint in favor of SkPath::containsfs2015-12-183-54/+11
* Revert of Temporarily disable ASSERT(drawsContent()) in GraphicsLayer::paintC...wangxianzhu2015-12-181-2/+1
* Add a Path::contains() version that use the Path's winding rulefs2015-12-189-14/+16
* Temporarily disable ASSERT(drawsContent()) in GraphicsLayer::paintController()wangxianzhu2015-12-181-1/+2
* Re-add assert regarding invalidations without needsRepaint.chrishtr2015-12-172-1/+7
* Check liveness of DisplayItemClientwangxianzhu2015-12-177-1/+117
* Refactor GraphicsLayer::paint() and improve performancewangxianzhu2015-12-167-53/+33
* remove overrides of onDrawSprite -- drawSprite is gonereed2015-12-163-20/+0
* Add std::move to PassOwnPtr->OwnPtr conversions where required.enne2015-12-1610-17/+17
* FilterDisplayItem: pass unmodified primitive bounds to saveLayer().senorblanco2015-12-161-11/+1
* Move BitmapImage metrics into its own filenoel2015-12-163-29/+69
* Let GraphisLayer::paintController() return a reference and ensure drawsContent()wangxianzhu2015-12-164-17/+20
* Rename AtomicallyInitializedStaticReference to DEFINE_STATIC_LOCAL_THREAD_SAFEkinuko2015-12-161-1/+1
* Cache partially painted subsequenceswangxianzhu2015-12-153-25/+1
* Rename DisplayItem::isValid to DisplayItem::hasValidClient, add commentspdr2015-12-154-16/+20
* Ensure PaintController::m_numCachedNewItems is clearedwangxianzhu2015-12-152-6/+5
* Adding some nullptr checks around calls to Canvas2DLayerBridge::getOrCreateSu...junov2015-12-151-7/+9
* Add unit test for disabling deferred canvas rendering while hibernatingjunov2015-12-151-1/+59
* Fix state restoration logic in canvas 2d wakeup from hibernationjunov2015-12-144-7/+149
* Revert of Pass along Blink's visual rect for display items. (patchset #1 id:1...wkorman2015-12-141-2/+2
* Revert of Add std::move to PassOwnPtr->OwnPtr conversions where required. (pa...haraken2015-12-1210-17/+17
* Pass along Blink's visual rect for display items.wkorman2015-12-121-2/+2
* Add std::move to PassOwnPtr->OwnPtr conversions where required.enne2015-12-1210-17/+17
* Add a method visualRect() to DisplayItemClient.chrishtr2015-12-115-0/+13
* SkPaint::kGenA8FromLCD_Flagis no longer used, so remove references to it.reed2015-12-111-1/+0
* Added blink support for new sync tokens.dyen2015-12-114-8/+20
* [2D Canvas] Send GPU resources into hibernation when page is not visiblejunov2015-12-113-22/+632
* Fixing laggy chrome on a multitude of accelerated canvasesxlai2015-12-103-0/+39
* Use refs for GraphicsContextwangxianzhu2015-12-1019-48/+48
* Remove unnecessary surface validity check in ImageBuffer::canvasajuma2015-12-101-2/+0
* remove duplicate friend declarationmostynb2015-12-101-1/+0
* [SPv2] Prepare to composite in terms of PaintArtifact.jbroman2015-12-102-0/+100
* Changing the equation of computing sigma from blur radiusxidachen2015-12-091-1/+1
* Fix flattening for scrollable areas.tdresser2015-12-091-0/+2
* Pass visual rects for link highlights and paint artifact picture.wkorman2015-12-091-6/+2
* [SPv2] Build clip property tree from the layout treetrchen2015-12-093-7/+22
* Output url destination points with correct transformationswangxianzhu2015-12-095-1/+22
* GPU raster - images upload to GPU performance fix (skip copying encoded data).aleksandar.stojiljkovic2015-12-096-24/+120
* Make DisplayItemClient an interfacewangxianzhu2015-12-0832-157/+120
* compositor-worker: plumb element id and mutable propertiesvollick2015-12-082-0/+15
* DeferredImageDecoder: early-out onGetYUV8Planes when possiblenoel2015-12-085-15/+21