summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/LayerBlur.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/surfaceflinger/LayerBlur.h')
-rw-r--r--services/surfaceflinger/LayerBlur.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/LayerBlur.h b/services/surfaceflinger/LayerBlur.h
index 63138c4..bd37ad3 100644
--- a/services/surfaceflinger/LayerBlur.h
+++ b/services/surfaceflinger/LayerBlur.h
@@ -68,6 +68,7 @@ private:
static status_t initBlurImpl();
static void closeBlurImpl();
static void* sLibHandle;
+ static bool sUnsupported;
typedef void* (*initBlurTokenFn)();
typedef void* (*releaseBlurTokenFn)(void*);