commit | da996f390e17e16f2dfa60e972e7ebc4f868f37e | [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 | 00a0f15270d4c7b619fd34d8383257e1761082f4 | |
parent | d24b8183b93e781080b2c16c487e60d51c12da31 [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) { }