Fix G3 build

Change-Id: I47aed9cc6ebac1f3513a24126e068edc6e7eb308
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/458256
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
This commit is contained in:
Robert Phillips 2021-10-11 16:37:42 -04:00 committed by SkCQ
parent 3286a6962f
commit b23372df9c

View File

@ -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;