diff options
Diffstat (limited to 'include/surfaceflinger/SurfaceComposerClient.h')
-rw-r--r-- | include/surfaceflinger/SurfaceComposerClient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/surfaceflinger/SurfaceComposerClient.h b/include/surfaceflinger/SurfaceComposerClient.h index 102aebc6fb36..8e28a815bf13 100644 --- a/include/surfaceflinger/SurfaceComposerClient.h +++ b/include/surfaceflinger/SurfaceComposerClient.h @@ -149,7 +149,7 @@ private: // these don't need to be protected because they never change // after assignment status_t mStatus; - sp<ISurfaceFlingerClient> mClient; + sp<ISurfaceComposerClient> mClient; }; // --------------------------------------------------------------------------- @@ -161,7 +161,7 @@ class SurfaceClient : public RefBase SharedClient* mControl; sp<IMemoryHeap> mControlMemory; sp<IBinder> mConnection; - sp<ISurfaceComposer> mSignalServer; + sp<ISurfaceComposer> mComposerService; void init(const sp<IBinder>& conn); public: explicit SurfaceClient(const sp<IBinder>& conn); |