1. 15 Mar, 2018 1 commit
    • Steve Kobes's avatar
      RLS: Add sticky elements to LFV::viewport_constrained_objects_. · 1ae2a0ff
      Steve Kobes authored
      The code to do this was behind an "if (!RLS)" block, which was added by
      http://crrev.com/437671, but we need it with RLS also.  Otherwise, non-
      composited sticky elements don't force main-thread scrolling, and jitter
      as the compositor tries to scroll them.
      
      This fix causes a test to reveal an existing bug in LayoutGeometryMap
      (see crbug.com/821216).
      
      Bug: 820921
      Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
      Change-Id: I0227b994fcabb84b3edbaa4c73943667a88b1ea5
      Reviewed-on: https://chromium-review.googlesource.com/959567
      Commit-Queue: Steve Kobes <skobes@chromium.org>
      Reviewed-by: default avatarPhilip Rogers <pdr@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#543244}
      1ae2a0ff
  2. 14 Mar, 2018 39 commits