more clean-up in preparation of bigger changes
the most important change here is the renaming of ISurfaceFlingerClient to ISurfaceComposerClient Change-Id: I94e18b0417f50e06f21377446639c61f65f959b3
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
|
||||
#include <ui/PixelFormat.h>
|
||||
|
||||
#include <surfaceflinger/ISurfaceFlingerClient.h>
|
||||
#include <surfaceflinger/ISurfaceComposerClient.h>
|
||||
|
||||
namespace android {
|
||||
// ----------------------------------------------------------------------------
|
||||
@ -86,7 +86,7 @@ public:
|
||||
* ACCESS_SURFACE_FLINGER permission
|
||||
*/
|
||||
|
||||
virtual sp<ISurfaceFlingerClient> createConnection() = 0;
|
||||
virtual sp<ISurfaceComposerClient> createConnection() = 0;
|
||||
|
||||
/* retrieve the control block */
|
||||
virtual sp<IMemoryHeap> getCblk() const = 0;
|
||||
|
Reference in New Issue
Block a user