[sf] respect parent alpha when calculating blur radius and blur regions
Fixes a regression caused by breaking front end and composition engine dependencies.
Test: atest BlurTests
Bug: 293532283
Change-Id: If9962a46bc7dba3b8f4256ae23307094a9c93290
diff --git a/services/surfaceflinger/LayerFE.cpp b/services/surfaceflinger/LayerFE.cpp
index f855f27..4d3e048 100644
--- a/services/surfaceflinger/LayerFE.cpp
+++ b/services/surfaceflinger/LayerFE.cpp
@@ -16,7 +16,7 @@
// #define LOG_NDEBUG 0
#undef LOG_TAG
-#define LOG_TAG "LayerFE"
+#define LOG_TAG "SurfaceFlinger"
#define ATRACE_TAG ATRACE_TAG_GRAPHICS
#include <gui/GLConsumer.h>