diff options
| author | 2009-09-09 20:52:03 -0400 | |
|---|---|---|
| committer | 2009-09-09 20:52:03 -0400 | |
| commit | 11a68fdf07ee88e6ec93a687fa1ceaf4fc37c9a1 (patch) | |
| tree | b81a3f55cd9c2f8efe4daf70ace9eb1b7d880595 /libs/surfaceflinger/LayerBlur.h | |
| parent | a9a9c8eb7694699747bb49b22d53a2638bda9a31 (diff) | |
| parent | b6a5daa3ab653c15f21a97a1e869aade30355a50 (diff) | |
Merge change 24465 into eclair
* changes:
fix [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 0c3e6eb6e8..bf36ae4e17 100644 --- a/libs/surfaceflinger/LayerBlur.h +++ b/libs/surfaceflinger/LayerBlur.h @@ -56,6 +56,9 @@ private: mutable bool mAutoRefreshPending; nsecs_t mCacheAge; mutable GLuint mTextureName; + mutable GLfloat mWidthScale; + mutable GLfloat mHeightScale; + mutable GLfloat mYOffset; }; // --------------------------------------------------------------------------- |