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

Issue 12210085: Merge 141904 (Closed)

Created:
7 years, 10 months ago by Sami
Modified:
7 years, 10 months ago
Reviewers:
Sami
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Visibility:
Public.

Description

Merge 141904 > [chromium] Make overlay layers slow-scrolling > https://bugs.webkit.org/show_bug.cgi?id=108957 > > Patch by Sami Kyostila <skyostil@chromium.org>; on 2013-02-05 > Reviewed by James Robinson. > > Since overlay layers get inserted on top of everything else, we must > mark them slow-scrolling to prevent all scroll input events to the rest > of the page from getting blocked. This is also more correct because > generally the overlay contents need to be repainted whenever the scroll > offset changes, and with this patch the painting happens in sync with > page scrolling. TBR=commit-queue@webkit.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=142275

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -0 lines) Patch
M Source/WebKit/chromium/ChangeLog View 1 chunk +14 lines, -0 lines 0 comments Download
M Source/WebKit/chromium/src/PageOverlay.cpp View 3 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Sami
7 years, 10 months ago (2013-02-08 14:39:32 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698