diff options
| author | 2012-08-20 14:28:53 -0700 | |
|---|---|---|
| committer | 2012-08-20 14:28:53 -0700 | |
| commit | ce7a6c0fc9d75b80da030d1790321e84475f956a (patch) | |
| tree | f8d3a92d5c056a8e00d129381c4f74c51d4a082e /libs/gui/ConsumerBase.cpp | |
| parent | ed059a8d754770c3cf28b78dba30f7a6ba475dbe (diff) | |
Revert "SurfaceTexture: inherit from ConsumerBase"
This reverts commit ed059a8d754770c3cf28b78dba30f7a6ba475dbe
Change-Id: I72542c2595771a40c2c88251e0d6eb54e305b99b
Diffstat (limited to 'libs/gui/ConsumerBase.cpp')
| -rw-r--r-- | libs/gui/ConsumerBase.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/libs/gui/ConsumerBase.cpp b/libs/gui/ConsumerBase.cpp index 17bbfd11ee..af19ac0811 100644 --- a/libs/gui/ConsumerBase.cpp +++ b/libs/gui/ConsumerBase.cpp @@ -53,8 +53,7 @@ static int32_t createProcessUniqueId() {  }  ConsumerBase::ConsumerBase(const sp<BufferQueue>& bufferQueue) : -        mAbandoned(false), -        mBufferQueue(bufferQueue) { +	mBufferQueue(bufferQueue) {      // Choose a name using the PID and a process-unique ID.      mName = String8::format("unnamed-%d-%d", getpid(), createProcessUniqueId()); |