Remove extra semicolon after macro

Change-Id: Id9b2cf2b7e86f6ff096fbed406aea0cabba382f3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/759120
Commit-Queue: Robert Phillips <robertphillips@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Auto-Submit: Michael Ludwig <michaelludwig@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
diff --git a/src/core/SkImageFilterTypes.h b/src/core/SkImageFilterTypes.h
index 998222b0..c3bf0c9 100644
--- a/src/core/SkImageFilterTypes.h
+++ b/src/core/SkImageFilterTypes.h
@@ -822,7 +822,7 @@
         // effects modify transparent black and fill out to the layer bounds.
         kLayerCropVisible = 1 << 1
     };
-    SK_DECL_BITMASK_OPS_FRIENDS(BoundsAnalysis);
+    SK_DECL_BITMASK_OPS_FRIENDS(BoundsAnalysis)
 
     // Determine what effects are visible based on the target 'dstBounds' and extra transform that
     // will be applied when this FilterResult is drawn. These are not LayerSpace because the