summaryrefslogtreecommitdiffstats
path: root/webkit/port/platform/graphics/skia/GdkSkia.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use platform/chromium from third_party/WebKit, etc.darin@chromium.org2008-12-231-516/+0
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/16217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7405 0039d316-1c4b-4281-b951-d872f2087c98
* revert commit 6607.estade@chromium.org2008-12-091-1/+4
| | | | | | | | tbr=ojan Review URL: http://codereview.chromium.org/13675 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6609 0039d316-1c4b-4281-b951-d872f2087c98
* Apply the PlatformContext's current transform when returning the cairo ↵estade@chromium.org2008-11-251-0/+5
| | | | | | surface in GdkSkia. Fixes linux test shell widget rendering. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5952 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r5890 (accidental commit).estade@chromium.org2008-11-221-5/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5893 0039d316-1c4b-4281-b951-d872f2087c98
* Correctly render scroll bars on web frames by setting a matrix translation ↵estade@chromium.org2008-11-221-0/+5
| | | | | | | | on the cairo surface in the canvas's GdkSkiaObjet that matches the canvas's matrix translation. Change rendering of some other widgets (buttons, entry fields, etc) that were being translated manually. Review URL: http://codereview.chromium.org/11562 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5890 0039d316-1c4b-4281-b951-d872f2087c98
* Cache the GdkSkia object in PlatformContextSkia so that we aren't creatingagl@chromium.org2008-11-111-0/+508
and deleting them for every widget drawn. Review URL: http://codereview.chromium.org/9757 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5195 0039d316-1c4b-4281-b951-d872f2087c98