DescriptionFixed flickering thumbnails in Files.app on Drive.
The flickering was caused by missing argument in ThumbnailLoader.load(). As a result, callbacks were passed in wrong order, and an error callback was passed in place of the success callback. That caused interpreting each success as an error, which caused refreshing of the directory to retrieve new metadata.
TEST=Launch Files.app, go to Drive, click on any picture. Thumbnail should not be flickering every second.
BUG=226758
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195126
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|