[rAC, OSX] Highlight errors on section change.
commit0ffae006cbff0d734d242e8a1a8bdadd6f392966
authorgroby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 17 Dec 2013 07:23:10 +0000 (17 07:23 +0000)
committergroby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 17 Dec 2013 07:23:10 +0000 (17 07:23 +0000)
tree10dbf83460b464d2cae172edca33137d44b15a26
parent791879c16116cf2f93e6513c6699feed2dd3c2cd
[rAC, OSX] Highlight errors on section change.

Errors weren't properly highlighted on section change, due to the fact
that the data to be validated (suggestion section vs. input section)
was picked based on visibility - but to avoid flicker, visibility is
only updated during performLayout.

New code queries flag for delayed visibility change instead.

BUG=312307
TEST=see instructions on bug
R=isherman@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241183 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/ui/cocoa/autofill/autofill_section_container.mm