commit | c7228c604e8f625a7521a0ef3823d24c98ac2652 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Tue Jul 14 12:57:39 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jul 14 18:56:17 2020 +0000 |
tree | 9105e689f25aad6e198e48ce3b34b7cac9157647 | |
parent | 3d00a97bce7755b31d20d002eee4099da8547dc2 [diff] [blame] |
Set up to use new GrDirectContext factories in Chrome Here is the Chrome-side CL waiting on this CL: https://chromium-review.googlesource.com/c/chromium/src/+/2297920 Use new GrDirectContext factories instead of deprecated GrContext ones) Change-Id: Ic607c8f4d3b87b38b5a56a2c44012b7402e074dd Reviewed-on: https://skia-review.googlesource.com/c/skia/+/302583 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/include/gpu/GrDirectContext.h b/include/gpu/GrDirectContext.h index 8270dd5..8a0b237 100644 --- a/include/gpu/GrDirectContext.h +++ b/include/gpu/GrDirectContext.h
@@ -12,7 +12,7 @@ class GrAtlasManager; -class GrDirectContext : public GrContext { +class SK_API GrDirectContext : public GrContext { public: #ifdef SK_GL /**