Fix skottie2movie post https://skia-review.googlesource.com/c/skia/+/325618


TBR=

Change-Id: Iec74270e135d1ad5a5be6ea51ceeb802e101e4d8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/326358
Commit-Queue: Florin Malita <fmalita@google.com>
Reviewed-by: Florin Malita <fmalita@google.com>
diff --git a/tools/skottie2movie.cpp b/tools/skottie2movie.cpp
index f4c1fd3..f43c4e0 100644
--- a/tools/skottie2movie.cpp
+++ b/tools/skottie2movie.cpp
@@ -92,7 +92,7 @@
 
     SkVideoEncoder encoder;
 
-    GrContext* context = nullptr;
+    GrDirectContext* context = nullptr;
     sk_sp<SkSurface> surf;
     sk_sp<SkData> data;