summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBlur.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-09-16 17:00:19 -0700
committerMathias Agopian <mathias@google.com>2009-09-16 17:00:19 -0700
commit378532fdb05814be7cbf03ec157abc95d296e203 (patch)
tree447b90d210d64942022b58dbbea3e45365f71571 /libs/surfaceflinger/LayerBlur.h
parent4666267b20274660d139c5c5d6ab4410422444de (diff)
downloadframeworks_native-378532fdb05814be7cbf03ec157abc95d296e203.zip
frameworks_native-378532fdb05814be7cbf03ec157abc95d296e203.tar.gz
frameworks_native-378532fdb05814be7cbf03ec157abc95d296e203.tar.bz2
fix again [2102410] Home Screen is not displayed in the background in Landscape 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;
};
// ---------------------------------------------------------------------------