New issue
Advanced search Search tips

Issue 724363 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

We should update LayoutSelection just before paint instead of LayoutClean

Project Member Reported by yosin@chromium.org, May 19 2017

Issue description

Example bad usage:

LayoutRect FrameSelection::UnclippedBounds() const {
  FrameView* view = frame_->View();
  LayoutViewItem layout_view = frame_->ContentLayoutItem();

  if (!view || layout_view.IsNull())
    return LayoutRect();

  view->UpdateLifecycleToLayoutClean();
  return LayoutRect(layout_selection_->SelectionBounds());
}
 

Comment 1 by yosin@chromium.org, May 19 2017

Labels: Performance-Responsiveness
Project Member

Comment 2 by sheriffbot@chromium.org, May 21 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Comment 3 by yosin@chromium.org, May 28 2018

Status: Available (was: Untriaged)

Sign in to add a comment