diff options
author | Mathias Agopian <mathias@google.com> | 2009-09-16 17:00:19 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-09-16 17:00:19 -0700 |
commit | 2c68dd0483dd4f7b211bea32652d42c3c7cd602c (patch) | |
tree | 9474980fa006d2366d6b37b4772944ab8b28f698 /libs/surfaceflinger/LayerBlur.h | |
parent | 9092ab4d458ad60b459d5fad52368bde5d25f665 (diff) | |
download | frameworks_base-2c68dd0483dd4f7b211bea32652d42c3c7cd602c.zip frameworks_base-2c68dd0483dd4f7b211bea32652d42c3c7cd602c.tar.gz frameworks_base-2c68dd0483dd4f7b211bea32652d42c3c7cd602c.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.h | 3 |
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; }; // --------------------------------------------------------------------------- |