DescriptionFix regression where extension action icons may not be displayed properly
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
Committed: https://crrev.com/e458b1081aaa5e60d5e32ed93d882ed9b65126d2
Cr-Commit-Position: refs/heads/master@{#297069}
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Messages
Total messages: 9 (2 generated)
|