commit | d763b5d9197e01662cafa376e1227e53e0463a3c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Jul 02 18:11:53 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Jul 02 18:50:51 2009 -0700 |
tree | a8e3a71cf4581453aa4bbfe5c70c0f870756c2d3 | |
parent | 0926b6184adb9bd1d4a432c7d4de0be58c602cc2 [diff] [blame] |
get rid of references to MemoryDealer in SurfaceFlinger
diff --git a/include/ui/SurfaceComposerClient.h b/include/ui/SurfaceComposerClient.h index 2a35256..286f885 100644 --- a/include/ui/SurfaceComposerClient.h +++ b/include/ui/SurfaceComposerClient.h
@@ -149,7 +149,7 @@ // after assignment status_t mStatus; per_client_cblk_t* mControl; - sp<IMemory> mControlMemory; + sp<IMemoryHeap> mControlMemory; sp<ISurfaceFlingerClient> mClient; SurfaceFlingerSynchro* mSignalServer; };