summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/codeflinger/blending.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libpixelflinger/codeflinger/blending.cpp')
-rw-r--r--libpixelflinger/codeflinger/blending.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpixelflinger/codeflinger/blending.cpp b/libpixelflinger/codeflinger/blending.cpp
index a55dfe3dd..2cbb00f83 100644
--- a/libpixelflinger/codeflinger/blending.cpp
+++ b/libpixelflinger/codeflinger/blending.cpp
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <sys/types.h>
+#include <android-base/macros.h>
#include <log/log.h>
#include "GGLAssembler.h"
@@ -301,7 +302,7 @@ void GGLAssembler::build_blend_factor(
return;
}
}
- // fall-through...
+ FALLTHROUGH_INTENDED;
case GGL_ONE_MINUS_DST_COLOR:
case GGL_DST_COLOR:
case GGL_ONE_MINUS_SRC_COLOR: