Add defaults for GrProtected on createBackendTexture.

Change-Id: I757e1d4875426e2d24637b6478d23fee644a9373
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/223299
Auto-Submit: Greg Daniel <egdaniel@google.com>
Reviewed-by: Derek Sollenberger <djsollen@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 99ec947..0dea6d1 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -360,7 +360,7 @@
                                           const GrBackendFormat&,
                                           GrMipMapped,
                                           GrRenderable,
-                                          GrProtected);
+                                          GrProtected isProtected = GrProtected::kNo);
 
     // If possible, create an uninitialized backend texture. The client should ensure that the
     // returned backend texture is valid.
@@ -372,7 +372,7 @@
                                           SkColorType,
                                           GrMipMapped,
                                           GrRenderable,
-                                          GrProtected);
+                                          GrProtected isProtected = GrProtected::kNo);
 
     // If possible, create a backend texture initialized to a particular color. The client should
     // ensure that the returned backend texture is valid.