From 8cafa373aa14b21981627e0ba9ea96731254183d Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Sun, 24 Jul 2016 16:19:39 -0700 Subject: surfaceflinger: Fix the fix of the opaque check fix * Use the right define. Change-Id: I78e2aea4bf4ff933ec828cffee1a3e925622ad31 --- services/surfaceflinger/Layer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/surfaceflinger/Layer.cpp b/services/surfaceflinger/Layer.cpp index 14bd312..3e932df 100644 --- a/services/surfaceflinger/Layer.cpp +++ b/services/surfaceflinger/Layer.cpp @@ -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) { -- cgit v1.1