Index: Source/WebKit/chromium/ChangeLog |
=================================================================== |
--- Source/WebKit/chromium/ChangeLog (revision 142272) |
+++ Source/WebKit/chromium/ChangeLog (working copy) |
@@ -1,3 +1,17 @@ |
+2013-02-05 Sami Kyostila <skyostil@chromium.org> |
+ |
+ [chromium] Make overlay layers slow-scrolling |
+ https://bugs.webkit.org/show_bug.cgi?id=108957 |
+ |
+ 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. |
+ |
2013-01-31 Aurimas Liutikas <aurimas@chromium.org> |
[Chromium] WebViewTest.SetCompositionFromExistingText failing after r141479 |