summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering/InstrumentedPlatformCanvas.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve in-canvas pure color checkingChris Craik2012-08-101-21/+30
| | | | | | | Fast path for same-color rect drawing in InstrumentedPlatformCanvas Also minimize unnecessary clipping recording-side. Change-Id: I8e9ebcfce8d137ca0b27d17c42c5045a0d3b3a36
* Fix background tiles drawingChris Craik2012-07-271-2/+2
| | | | | | | | | Bug:6875992 Initialize the InstrumentedPlatformCanvas with the correct background color so that if no painting is done, the background color is returned as the pure color. Change-Id: Ibe928a4e158f0a4302e0996eca88c3e8b1f1b666
* Use canvas-based pure color checkChris Craik2012-07-191-0/+305
Fall back to standard brute-force method. InstrumentedPlatformCanvas from upstream webkit trunk/Source/WebCore/platform/graphics/blackberry/InstrumentedPlatformCanvas.h as of changeset 113390 ( http://trac.webkit.org/changeset/113390 ) Change-Id: I7b3884b8284d896c0948d23b6ec9fe0d2d98a6d5