| commit | 08ba06781913559370207cd5be4756c1d706fd14 | [log] [tgz] |
|---|---|---|
| author | bokan <bokan@chromium.org> | Wed Jul 13 02:41:41 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 02:43:19 2016 |
| tree | b36309322f75291a28fa384457270c4503531b3f | |
| parent | 10b3fec07dfda5c362f1fc27a314468541c72ae0 [diff] |
Disable compositing asserts when gesture scrolling on main thread These asserts get tripped when ScrollAnimator tries to determine if the scroller needs to be scrolled on the main thread or on the impl thread. Also moved the early-out if there's no FrameView on GestureScrollBegin to all GestureScroll events since we shouldn't handle any of those if there's no view. BUG=625676 Review-Url: https://codereview.chromium.org/2120373002 Cr-Commit-Position: refs/heads/master@{#404922}