commit | 8a51976d3223ba3d004d3515832b98b15f014b05 | [log] [tgz] |
---|---|---|
author | changwan <[email protected]> | Thu Nov 20 23:06:56 2014 |
committer | Commit bot <[email protected]> | Thu Nov 20 23:08:50 2014 |
tree | 9b414fb89dd2049e9170b06d4598de3249fcbc83 | |
parent | 7cd21209b80f6fd444e866f2090705b8f2b575f9 [diff] |
Prevent recreation of UI resource holder if created with resource ID Previously, UI resource holder was recreated whenever SetLayerTree was called. This was problematic as the resource might be lost depending on the timing of calling SetLayerTree. With this CL, we no longer recreate UI resource holder when it was created with a resource ID. BUG=405232 Review URL: https://codereview.chromium.org/664173002 Cr-Commit-Position: refs/heads/master@{#305104}