diff options
author | Mathias Agopian <mathias@google.com> | 2010-02-19 17:51:58 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2010-02-19 17:51:58 -0800 |
commit | ca6fab2b534fc7b252d0ee7ec2079afff7e5c308 (patch) | |
tree | 898e53da55169a6e53b42b83ed8c9c5ce50bf863 /libs/surfaceflinger | |
parent | 1e10d364f171d69a7bfd57cb7757d7f69964525a (diff) | |
download | frameworks_native-ca6fab2b534fc7b252d0ee7ec2079afff7e5c308.zip frameworks_native-ca6fab2b534fc7b252d0ee7ec2079afff7e5c308.tar.gz frameworks_native-ca6fab2b534fc7b252d0ee7ec2079afff7e5c308.tar.bz2 |
Initialize layer position
Diffstat (limited to 'libs/surfaceflinger')
-rw-r--r-- | libs/surfaceflinger/LayerBase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaceflinger/LayerBase.cpp b/libs/surfaceflinger/LayerBase.cpp index 5b96e9d..a3d293f 100644 --- a/libs/surfaceflinger/LayerBase.cpp +++ b/libs/surfaceflinger/LayerBase.cpp @@ -52,6 +52,7 @@ LayerBase::LayerBase(SurfaceFlinger* flinger, DisplayID display) mTransformed(false), mUseLinearFiltering(false), mOrientation(0), + mLeft(0), mTop(0), mTransactionFlags(0), mPremultipliedAlpha(true), mInvalidate(0) |