android: Don't invalidate UI resources if context is lost

This callback implies that the resources are gone (because LTH
was deleted). What ends up happening is that the resources get
deleted while LTH still tries to call GetBitmap() on them.

This still needs some working invalidation mechanism for Thumbnails,
which don't have a persistent Bitmap they return from GetBitmap().

BUG=406879
NOTRY=True
TBR=dtrainor@chromium.org

Review URL: https://codereview.chromium.org/543543002

Cr-Commit-Position: refs/heads/master@{#293252}
(cherry picked from commit f5186515e0607b24d77a0bca13634f0158865b8e)

Review URL: https://codereview.chromium.org/542163003

Cr-Commit-Position: refs/branch-heads/2125@{#242}
Cr-Branched-From: b68026d94bda36dd106a3d91a098719f952a9477-refs/heads/master@{#290040}
1 file changed