commit | 4e105e2e06c8978f9d54978de99119a95082c7c9 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Thu Jul 16 09:18:50 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Jul 16 14:14:08 2020 +0000 |
tree | 287c57bb9c569d3a8a20d7b2913e098e6fffb56e | |
parent | 2b4404b14b04d226c0a61f1633637a7ba94f6234 [diff] |
Clean up GrContext references in the src/gpu This CL tries to remove all uses of GrContext - replacing them with either GrDirectContext or GrRecordingContext. Preferring the recording context wherever possible. Change-Id: I61af94928aa37bc82ff9923acffd57586610f695 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/302904 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Adlai Holler <adlai@google.com>