diff options
author | Mathias Agopian <mathias@google.com> | 2009-07-02 18:11:53 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-07-02 18:50:51 -0700 |
commit | d763b5d9197e01662cafa376e1227e53e0463a3c (patch) | |
tree | a8e3a71cf4581453aa4bbfe5c70c0f870756c2d3 /include/ui/SurfaceComposerClient.h | |
parent | 0926b6184adb9bd1d4a432c7d4de0be58c602cc2 (diff) | |
download | frameworks_base-d763b5d9197e01662cafa376e1227e53e0463a3c.zip frameworks_base-d763b5d9197e01662cafa376e1227e53e0463a3c.tar.gz frameworks_base-d763b5d9197e01662cafa376e1227e53e0463a3c.tar.bz2 |
get rid of references to MemoryDealer in SurfaceFlinger
Diffstat (limited to 'include/ui/SurfaceComposerClient.h')
-rw-r--r-- | include/ui/SurfaceComposerClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ private: // after assignment status_t mStatus; per_client_cblk_t* mControl; - sp<IMemory> mControlMemory; + sp<IMemoryHeap> mControlMemory; sp<ISurfaceFlingerClient> mClient; SurfaceFlingerSynchro* mSignalServer; }; |