commit | 8261a3f5ed1dbd5aa63b7819f2ef7a8e4a6ee9a1 | [log] [tgz] |
---|---|---|
author | George Mount <mount@google.com> | Tue May 05 16:44:15 2015 -0700 |
committer | George Mount <mount@google.com> | Wed May 06 16:24:07 2015 -0700 |
tree | a739b1570d4fae15a1a23b64aafbfc258285f8d9 | |
parent | 9260cb7ffe0845d229a8cfe948b4ba30fe32127b [diff] |
Fix crash during Activity Transition with TextureView. Bug 20675857 GhostView was synchronously forcing the View's parent to get the display list when it was created. TextureView's cannot create a display list until a surface is available and will crash if it is attempted. This change moves the request to an invalidate to get it to execute at a later time. Change-Id: I12afebdfd57eb29c1a35b23a63d045e319547faf