mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
call InvalidateBounds when popup updates
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user