commit | a5d0ab06c81ed6ec74d73a87c4e0517f3ea1cd32 | [log] [tgz] |
---|---|---|
author | Philip Rogers <pdr@chromium.org> | Mon Nov 12 15:41:44 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 12 15:41:44 2018 |
tree | b920c1b0a83f51ea9a638947d4109ae85ed12a3d | |
parent | 3803f14f3dd1df15fce9eb5b13bd8d7ac746fddb [diff] |
[PaintTouchActionRects] Paint replaced hit test rects without background There was an early-out in ReplacedPainter::Paint that would skip painting touch-action hit test rects if the replaced element did not also paint a background. This patch skips the early-out if there is a hit test rect that should be painted. This does not fully fix https://crbug.com/903480 because accelerated canvases still do not generate the correct touch action rects. Bug: 903480 Change-Id: If6cda7339c5a20a04fe669c4d54fae30e83debf2 Reviewed-on: https://chromium-review.googlesource.com/c/1331033 Reviewed-by: Xianda Sun <sunxd@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#607236}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .