summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBlur.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaceflinger/LayerBlur.h')
-rw-r--r--libs/surfaceflinger/LayerBlur.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/surfaceflinger/LayerBlur.h b/libs/surfaceflinger/LayerBlur.h
index bf36ae4..2e9d7c6 100644
--- a/libs/surfaceflinger/LayerBlur.h
+++ b/libs/surfaceflinger/LayerBlur.h
@@ -59,6 +59,9 @@ private:
mutable GLfloat mWidthScale;
mutable GLfloat mHeightScale;
mutable GLfloat mYOffset;
+ mutable GLint mReadFormat;
+ mutable GLint mReadType;
+ mutable uint32_t mBlurFormat;
};
// ---------------------------------------------------------------------------