aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts/SkPMFloat_SSSE3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opts/SkPMFloat_SSSE3.h')
-rw-r--r--src/opts/SkPMFloat_SSSE3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/opts/SkPMFloat_SSSE3.h b/src/opts/SkPMFloat_SSSE3.h
index 9ff73568fc..67116ec2dd 100644
--- a/src/opts/SkPMFloat_SSSE3.h
+++ b/src/opts/SkPMFloat_SSSE3.h
@@ -5,6 +5,8 @@
* found in the LICENSE file.
*/
+namespace { // See SkPMFloat.h
+
// For SkPMFloat(SkPMColor), we widen our 8 bit components (fix8) to 8-bit components in 32 bits
// (fix8_32), then convert those to floats.
@@ -81,3 +83,5 @@ inline void SkPMFloat::RoundClampTo4PMColors(
SkPMColorAssert(colors[2]);
SkPMColorAssert(colors[3]);
}
+
+} // namespace