summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/PathAndroid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove usages of getCanvasJohn Reck2012-08-061-1/+0
| | | | | | Everything goes through either PlatformGraphicsContext or recordingCanvas() Change-Id: I375a4294d2e8d4b467b70c6b8a7f0b96f402f252
* Don't use an ImageBuffer for scratchContext()John Reck2012-05-221-1/+1
| | | | | | Bug: 6509450 Change-Id: I6d952b92062e96772663824839b0229062c3a524
* Merge WebKit at r82507: Path::strokeBoundingRect() is now constSteve Block2011-06-081-1/+1
| | | | | | See http://trac.webkit.org/changeset/80557 Change-Id: I89dae78bbc5aa95920db4d604fcbecabd90cc84e
* Merge WebKit at r78450: GraphicsContext current path removedSteve Block2011-05-251-23/+8
| | | | | | See http://trac.webkit.org/changeset/76688 Change-Id: I1de96683ffe1805f710ac8161579d3a399065f4d
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+341
This moves files in the following WebCore subdirectories ... - bindings/js - bindings/v8/custom - plugins/android - platform/android - platform/graphics/android - page/ - css/ - dom/ - loader/archive/android