commit | 57f211b56a993661e9614bf197b5fd2d5a17c832 | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Wed Aug 21 15:21:09 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Aug 22 02:00:07 2019 +0000 |
tree | e8f476e8ff4c07a128c6feb0aa5c229d7ef6b801 | |
parent | 42c6af9182d20b5aaf3328d8fc03764333d6978c [diff] [blame] |
SK_API in src/gpu cleanup Change-Id: I14d6f7ef06c3cfcefd0813dd5013e4185b12d8cc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/235804 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/src/gpu/GrLegacyDirectContext.cpp b/src/gpu/GrLegacyDirectContext.cpp index 932c241..ffd224d 100644 --- a/src/gpu/GrLegacyDirectContext.cpp +++ b/src/gpu/GrLegacyDirectContext.cpp
@@ -33,7 +33,7 @@ static const bool kDefaultReduceOpListSplitting = false; #endif -class SK_API GrLegacyDirectContext : public GrContext { +class GrLegacyDirectContext : public GrContext { public: GrLegacyDirectContext(GrBackendApi backend, const GrContextOptions& options) : INHERITED(backend, options)