summaryrefslogtreecommitdiff
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 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;
};
// ---------------------------------------------------------------------------