surfaceflinger: Fix the fix of the opaque check fix
* Use the right define. Change-Id: I78e2aea4bf4ff933ec828cffee1a3e925622ad31
This commit is contained in:
parent
d67b177ff6
commit
8cafa373aa
@ -467,7 +467,7 @@ void Layer::setGeometry(
|
||||
|
||||
// this gives us only the "orientation" component of the transform
|
||||
const State& s(getDrawingState());
|
||||
#if defined(QCOM_BSP) && !defined(QCOM_BSP_LEGACY)
|
||||
#if defined(QTI_BSP) && !defined(QCOM_BSP_LEGACY)
|
||||
if (!isOpaque(s)) {
|
||||
#else
|
||||
if (!isOpaque(s) || s.alpha != 0xFF) {
|
||||
|
Loading…
Reference in New Issue
Block a user