commit | 7303c6bf1a8b00a0e7d8165d774a1f259b4ccda9 | [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 | 329ae25bcf03c06ddca3828a038bd499c63dbee0 | |
parent | 6b5513538aedc19c624ff7a260c832dcfae630f2 [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; };