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

Issue 1171963003: Fix AXScrollbar from being recreated right after removal

Created:
5 years, 6 months ago by keishi
Modified:
5 years, 6 months ago
Reviewers:
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Fix AXScrollbar from being recreated right after removal We were removing the scrollbar from cache but immediately recreating it because we were calling handleScrollbarUpdate() before clearing out FramgeView::m_{horizontal,vertical}Scrollbar BUG=None

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M Source/core/frame/FrameView.cpp View 3 chunks +5 lines, -3 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698