summaryrefslogtreecommitdiffstats
path: root/ui/gfx/canvas_paint_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* gfx::Canvas typically had both a skia::RefPtr and a raw pointer to the same o...tomhudson2016-02-041-1/+1
* skia::PlatformCanvas is an alias for SkCanvas; this is unhelpful. It's quite ...tomhudson2016-01-281-1/+1
* The API of the metadata helpers doesn't depend on PlatformDevice.tomhudson2015-11-301-1/+1
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-241-3/+2
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-201-2/+3
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-201-3/+2
* ui/gfx: Do not use 'this' pointer when it's unnecessary and redundant.tfarina@chromium.org2012-11-121-1/+1
* reapply 164660 w/ fix to add UI_EXPORT to new classes, so we can link in comp...reed@google.com2012-10-301-0/+77
* Revert 164660 - Change CanvasPaintT from a template to just a subclass of gfx...sergeyu@chromium.org2012-10-291-76/+0
* Change CanvasPaintT from a template to just a subclass of gfx::Canvas. Greatlyreed@google.com2012-10-291-0/+76