summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger/LayerBlur.h
diff options
context:
space:
mode:
author Android (Google) Code Review <android-gerrit@google.com> 2009-09-09 20:52:03 -0400
committer Android (Google) Code Review <android-gerrit@google.com> 2009-09-09 20:52:03 -0400
commit11a68fdf07ee88e6ec93a687fa1ceaf4fc37c9a1 (patch)
treeb81a3f55cd9c2f8efe4daf70ace9eb1b7d880595 /libs/surfaceflinger/LayerBlur.h
parenta9a9c8eb7694699747bb49b22d53a2638bda9a31 (diff)
parentb6a5daa3ab653c15f21a97a1e869aade30355a50 (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.h3
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;
};
// ---------------------------------------------------------------------------