aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPaintPriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkPaintPriv.h')
-rw-r--r--src/core/SkPaintPriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkPaintPriv.h b/src/core/SkPaintPriv.h
index a03f9b3390..1cf404075b 100644
--- a/src/core/SkPaintPriv.h
+++ b/src/core/SkPaintPriv.h
@@ -21,7 +21,7 @@ public:
kOpaque_ShaderOverrideOpacity, //!< the overriding shader is opaque
kNotOpaque_ShaderOverrideOpacity, //!< the overriding shader may not be opaque
};
-
+
/**
* Returns true if drawing with this paint (or nullptr) will ovewrite all affected pixels.
*