diff options
author | 2009-01-15 16:12:10 -0800 | |
---|---|---|
committer | 2009-01-15 16:12:10 -0800 | |
commit | 9266c558bf1d21ff647525ff99f7dadbca417309 (patch) | |
tree | 1630b1ba80f4793caf39d865528e662bdb1037fe /libs/ui/ISurface.cpp | |
parent | b798689749c64baba81f02e10cf2157c747d6b46 (diff) |
auto import from //branches/cupcake/...@126645
Diffstat (limited to 'libs/ui/ISurface.cpp')
-rw-r--r-- | libs/ui/ISurface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ui/ISurface.cpp b/libs/ui/ISurface.cpp index 54f78fe800a0..6f3cd4776b92 100644 --- a/libs/ui/ISurface.cpp +++ b/libs/ui/ISurface.cpp @@ -128,7 +128,7 @@ status_t BnSurface::onTransact( int w = data.readInt32(); int h = data.readInt32(); int f = data.readInt32(); - sp<OverlayRef> o = createOverlay(w, h, w); + sp<OverlayRef> o = createOverlay(w, h, f); return OverlayRef::writeToParcel(reply, o); } break; default: |