commit | bdf12ad8d50a724849f022d7cf7838fd62845906 | [log] [tgz] |
---|---|---|
author | Greg Daniel <egdaniel@google.com> | Fri Oct 12 09:31:11 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Oct 12 14:01:58 2018 +0000 |
tree | 9c1b33753c0b598195d883a4d42de951dcdb21a1 | |
parent | 0a0304c426c44c15897c74dcffb2dcbae544b948 [diff] [blame] |
Move GrBackend enum to enum class. Bug: skia: Change-Id: I8add2470313549723be6720b543091c444d2eb4f Reviewed-on: https://skia-review.googlesource.com/c/161680 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
diff --git a/tools/gpu/TestContext.h b/tools/gpu/TestContext.h index 8e939a6..7a92bc0 100644 --- a/tools/gpu/TestContext.h +++ b/tools/gpu/TestContext.h
@@ -59,7 +59,7 @@ */ SkScopeExit SK_WARN_UNUSED_RESULT makeCurrentAndAutoRestore() const; - virtual GrBackend backend() = 0; + virtual GrBackendApi backend() = 0; virtual sk_sp<GrContext> makeGrContext(const GrContextOptions&);