This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression where extension action icons may not be displayed prop…
…erly A BrowserActionView can set its image view for the first time in UpdateState(), but UpdateState() only called SchedulePaint(), and not Layout() (which is necessary for the image). Coincidentally, with all the Layout()s called on BrowserActionsContainer, this only manifested itself in Windows 8 Metro Mode (likely because race conditions caused the image to be updated after all calls to Layout()). BUG=409782 Review URL: https://codereview.chromium.org/608013002 Cr-Commit-Position: refs/heads/master@{#297069}
- Loading branch information