commit | a616d880d01f5b68a63443a6b033913427914fe7 | [log] [tgz] |
---|---|---|
author | Jamie Gennis <jgennis@google.com> | Sat Jul 30 14:33:49 2011 -0700 |
committer | Jamie Gennis <jgennis@google.com> | Sat Jul 30 14:38:20 2011 -0700 |
tree | 4e4be9585ceac801fba129d76174f4f5f5124474 | |
parent | e8f1cbae4400e8b046b405f205dffe0417826fb3 [diff] |
SurfaceFlinger: abandon Layer SurfaceTextures This change makes the Layer::onRemoved method call SurfaceTextures::abandon on the layer's SurfaceTexture. This will cause all client-initiated operations on the SurfaceTexture to fail. In particular, this will result in an error on the client side, rather than a deadlock when removing a layer that used a SurfaceTexture in synchronous mode. Change-Id: I14014d00369f29560a21b606831edee432bb8867 Bug: 5020874