OSDN Git Service

Fix layers lifecycle issues
authorJohn Reck <jreck@google.com>
Tue, 8 Jul 2014 20:59:49 +0000 (13:59 -0700)
committerJohn Reck <jreck@google.com>
Tue, 8 Jul 2014 21:14:55 +0000 (14:14 -0700)
commitdcba6725e8b9d3eba9ad7a01258d6aa974feafba
tree994a519302533fc1073eeafda8bf74933531dd56
parent114c68cec40a995fb6f3ef0ab110ee8b59ab0cba
Fix layers lifecycle issues

 Bug: 16118540

 Fix an issue where we could have a reference to a Layer after
 the GL context was destroyed

Change-Id: I7bfd909d735ca6b942ebe188fc10099422eb6d95
core/java/android/view/View.java
libs/hwui/RenderNode.cpp
libs/hwui/RenderNode.h
libs/hwui/TreeInfo.h
libs/hwui/renderthread/CanvasContext.cpp