diff options
| author | 2010-02-19 17:51:58 -0800 | |
|---|---|---|
| committer | 2010-02-19 17:51:58 -0800 | |
| commit | ca6fab2b534fc7b252d0ee7ec2079afff7e5c308 (patch) | |
| tree | 898e53da55169a6e53b42b83ed8c9c5ce50bf863 /libs/surfaceflinger/LayerBase.cpp | |
| parent | 1e10d364f171d69a7bfd57cb7757d7f69964525a (diff) | |
Initialize layer position
Diffstat (limited to 'libs/surfaceflinger/LayerBase.cpp')
| -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 5b96e9dc83..a3d293f17c 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) |