diff options
author | Mathias Agopian <mathias@google.com> | 2010-06-02 23:28:45 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2010-06-04 18:57:40 -0700 |
commit | 593c05ce7bcf7b6d94bd8c50da2b818cf05116b1 (patch) | |
tree | 7dd70eab8cf6b3dc140e5eedbe01164349d987de /libs/surfaceflinger/LayerDim.h | |
parent | 66236db38dbaae229a86005309b9f7c74eabc998 (diff) | |
download | frameworks_base-593c05ce7bcf7b6d94bd8c50da2b818cf05116b1.zip frameworks_base-593c05ce7bcf7b6d94bd8c50da2b818cf05116b1.tar.gz frameworks_base-593c05ce7bcf7b6d94bd8c50da2b818cf05116b1.tar.bz2 |
clean-up client management.
simplified things a lot, the biggest change is that the concept
of "ClientID" is now gone, instead we simply use references.
Change-Id: Icbc57f80865884aa5f35ad0d0a0db26f19f9f7ce
Diffstat (limited to 'libs/surfaceflinger/LayerDim.h')
-rw-r--r-- | libs/surfaceflinger/LayerDim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaceflinger/LayerDim.h b/libs/surfaceflinger/LayerDim.h index 19a9990..f032314 100644 --- a/libs/surfaceflinger/LayerDim.h +++ b/libs/surfaceflinger/LayerDim.h @@ -38,7 +38,7 @@ class LayerDim : public LayerBaseClient static int32_t sHeight; public: LayerDim(SurfaceFlinger* flinger, DisplayID display, - const sp<Client>& client, int32_t i); + const sp<Client>& client); virtual ~LayerDim(); virtual void onDraw(const Region& clip) const; |