Fix use of 'is' operator for comparison

The 'is' operator is not meant to be used for comparisons. It currently working is an implementation detail of CPython.
CPython 3.8 has added a SyntaxWarning for this.

Bug: chromium:958874
Change-Id: I7657bd3fddf37e849cc30aca34825fa3c0f71b58
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/211663
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Auto-Submit: Raul Tambre <raul@tambre.ee>
diff --git a/AUTHORS b/AUTHORS
index 0e405b7..9e5856c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -36,6 +36,7 @@
 NVIDIA <*@nvidia.com>
 Opera Software ASA <*@opera.com>
 Pavel Krajcevski <pavel@cs.unc.edu>
+Raul Tambre <raul@tambre.ee>
 Samsung <*@samsung.com>
 Samsung Open Source Group <*@osg.samsung.com>
 Sergey Melnikov <Melnikov.Sergey.V@gmail.com>