commit | ea4615034498aca2f9ca1753fb9a1ef10508d8cc | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Tue May 26 11:38:03 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue May 26 11:38:03 2015 -0700 |
tree | 22f0027849de0dd18b199fb13c6c28be812cf229 | |
parent | 884e97cb04db7ed053a866567ee9c6e4c01f993a [diff] |
Split drawing functionality out of GrContext and into new GrDrawContext This is mainly a mechanical CL. There were some fiddly bits in GrContext.cpp where it no longer had access to the GrDrawTarget (and had to use the new GrDrawContext). I've converted GrAARectRenderer & GrOvalRenderer into static classes so I could stop allocating them. Review URL: https://codereview.chromium.org/1151283004