Index: include/core/SkSurfaceProps.h |
diff --git a/include/core/SkSurfaceProps.h b/include/core/SkSurfaceProps.h |
index c9b2564e2fc2a8293a91c9247ccf3f4f48caa48b..7f5614739758719fcaedc469120834050ee3d5e7 100644 |
--- a/include/core/SkSurfaceProps.h |
+++ b/include/core/SkSurfaceProps.h |
@@ -64,7 +64,7 @@ public: |
* It is recommended to enable this flag when rendering to an sRGB or floating point |
* surface. |
*/ |
- kGammaCorrect_Flag = 1 << 3, |
+ kGammaCorrect_Flag = 1 << 3, |
}; |
/** Deprecated alias used by Chromium. Will be removed. */ |
static const Flags kUseDistanceFieldFonts_Flag = kUseDeviceIndependentFonts_Flag; |