summaryrefslogtreecommitdiffstats
path: root/tools/symsrc/source_index.py
diff options
context:
space:
mode:
authortedchoc <tedchoc@chromium.org>2015-10-19 18:16:47 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-20 01:17:29 +0000
commitb81da0de163194dc03cb651b3af6ed52c2d91fbd (patch)
treeb8d8c71bfb34f0e85c5c361183ce3a5c8d1a065f /tools/symsrc/source_index.py
parent570fb77ac846fb6f52c67e14245e254d1ae9db43 (diff)
downloadchromium_src-b81da0de163194dc03cb651b3af6ed52c2d91fbd.zip
chromium_src-b81da0de163194dc03cb651b3af6ed52c2d91fbd.tar.gz
chromium_src-b81da0de163194dc03cb651b3af6ed52c2d91fbd.tar.bz2
Fix toolbar drawing problem when clearing the clip rect.
To repro this, it required changing the source code to force the bad state, but the result is very consistent with bugs we have received on this. The changes made were: 1.) Exit the overview mode in Activity#onStart 2.) Change LayoutManagerChrome#hideOverview(false) Old code: startHiding(Tab.INVALID_TAB_ID, false); doneHiding(); New code: activeLayout.onTabSelecting(time(), Tab.INVALID_TAB_ID); activeLayout.forceAnimationToFinish(); At this point, go to the tab switcher and hit the recents button twice. Chrome should have exited the tab switcher and every few times the toolbar would either be half clipped or fully clipped. Added logs and it only would be broken if we ever set a clip rect (sometimes it was skipped entirely as the animations start and finish pre-empted it). BUG=515522 Review URL: https://codereview.chromium.org/1408773003 Cr-Commit-Position: refs/heads/master@{#354948}
Diffstat (limited to 'tools/symsrc/source_index.py')
0 files changed, 0 insertions, 0 deletions