Fix a crash in dtor of CallbackAnimationObserver
It might be possible that animator is destroyed when desstruct CallbackAnimationObserver. Use a scoped_refptr to make sure it wont happen. BUG=478016 Review URL: https://codereview.chromium.org/1094863005 Cr-Commit-Position: refs/heads/master@{#327113}
Showing
Please register or sign in to comment