commit | b23372df9ce751f1c2a30c3c0f24099aa21d3c2c | [log] [tgz] |
---|---|---|
author | Robert Phillips <[email protected]> | Mon Oct 11 16:37:42 2021 -0400 |
committer | SkCQ <[email protected]> | Mon Oct 11 21:26:37 2021 +0000 |
tree | e50f1ea5fea2f2023f0cccac82302c1fb841c012 | |
parent | 3286a6962f38d28838cee2ca98335254a8a4ddb5 [diff] [blame] |
Fix G3 build Change-Id: I47aed9cc6ebac1f3513a24126e068edc6e7eb308 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/458256 Reviewed-by: John Stiles <[email protected]> Commit-Queue: Robert Phillips <[email protected]>
diff --git a/dm/DMGpuTestProcs.cpp b/dm/DMGpuTestProcs.cpp index ffb5f0e..e8ea03b 100644 --- a/dm/DMGpuTestProcs.cpp +++ b/dm/DMGpuTestProcs.cpp
@@ -9,8 +9,10 @@ #include "include/gpu/GrDirectContext.h" +#ifdef SK_GRAPHITE_ENABLED #include "experimental/graphite/include/Context.h" #include "tools/graphite/ContextFactory.h" +#endif using sk_gpu_test::GrContextFactory; using sk_gpu_test::GLTestContext;