Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(613)

Issue 1949993002: Trackpad scrolling could lag on MacOSX (Closed)

Created:
4 years, 7 months ago by dtapuska
Modified:
4 years, 7 months ago
Reviewers:
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@2704
Target Ref:
refs/pending/branch-heads/2704
Project:
chromium
Visibility:
Public.

Description

Trackpad scrolling could lag on MacOSX Mouse wheel gesture scrolling with synthetic begin and ends could saturate the gesture event queue. Ensure that a synthetic gesture begin coalesces with a synthetic gesture end so that the updates end up coalescing as well. This prevents laggy scrolling on MacOSX when it takes a long time per frame to scroll. BUG=607340 Review-Url: https://codereview.chromium.org/1932363002 Cr-Commit-Position: refs/heads/master@{#390942} (cherry picked from commit dcd46c08887b38add468d81bf3b5bf4910d0f248) Committed: https://chromium.googlesource.com/chromium/src/+/84fdd1d3433ee491096cddea636f45491779483e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -0 lines) Patch
M content/browser/renderer_host/input/gesture_event_queue.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/gesture_event_queue.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/gesture_event_queue_unittest.cc View 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
dtapuska
4 years, 7 months ago (2016-05-04 13:01:06 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
84fdd1d3433ee491096cddea636f45491779483e.

Powered by Google App Engine
This is Rietveld 408576698