summaryrefslogtreecommitdiffstats
path: root/include/ui/SurfaceComposerClient.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-07-02 18:11:53 -0700
committerMathias Agopian <mathias@google.com>2009-07-02 18:50:51 -0700
commitd763b5d9197e01662cafa376e1227e53e0463a3c (patch)
treea8e3a71cf4581453aa4bbfe5c70c0f870756c2d3 /include/ui/SurfaceComposerClient.h
parent0926b6184adb9bd1d4a432c7d4de0be58c602cc2 (diff)
downloadframeworks_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.h2
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;
};