call InvalidateBounds when popup updates
This commit is contained in:
parent
062b1ed43e
commit
ff053bbe06
1 changed files with 1 additions and 0 deletions
|
@ -1099,6 +1099,7 @@ void OffScreenRenderWidgetHostView::OnPopupPaint(
|
|||
const gfx::Rect& damage_rect, const SkBitmap& bitmap) {
|
||||
if (popup_host_view_ && popup_bitmap_.get())
|
||||
bitmap.deepCopyTo(popup_bitmap_.get());
|
||||
InvalidateBounds(popup_host_view_->popup_position_);
|
||||
}
|
||||
|
||||
void OffScreenRenderWidgetHostView::HoldResize() {
|
||||
|
|
Loading…
Reference in a new issue