commit | ac65e0b172b33f7e068c14e3d95678fa20205577 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Fri Feb 13 12:57:50 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Fri Feb 13 12:57:50 2009 -0800 |
tree | 4c290a9665c829ec3774425563260a94564fcb71 | |
parent | a6938bab1f6fa76ae98ebbe44f4e534e05fa0993 [diff] [blame] |
auto import from //branches/cupcake/...@131421
diff --git a/libs/ui/ISurface.cpp b/libs/ui/ISurface.cpp index abd3634..d5e9f81 100644 --- a/libs/ui/ISurface.cpp +++ b/libs/ui/ISurface.cpp
@@ -37,7 +37,7 @@ int32_t hor_stride, int32_t ver_stride, PixelFormat format, const sp<IMemoryHeap>& heap) : w(w), h(h), hor_stride(hor_stride), ver_stride(ver_stride), - format(format), heap(heap) + format(format), transform(0), flags(0), heap(heap) { }