commit | 61e91966aaa2b42ade8a74229abd9a3304ce2003 | [log] [tgz] |
---|---|---|
author | kkinnunen <kkinnunen@nvidia.com> | Sun May 24 22:12:21 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Sun May 24 22:12:22 2015 -0700 |
tree | ada14c15679d92c87367f41e9e28f969c10c65d4 | |
parent | 43c5bababcc16ab0140e117db7817f7bda859aad [diff] |
Avoid creating GrGLPath to the resource cache when creating GrGLPathRanges Do not create a GrGLPath when loading glyphs with the driver and creating GrGLPathRange based on those. The path would be inserted to the GPU resource cache and then immediately be released. Instead, just init the first path object of the path range as the template. Review URL: https://codereview.chromium.org/1146983004