refactor: remove unused OffScreenRenderWidgetHostView fields (#38623)
This commit is contained in:
parent
c5972ba43c
commit
69790f4b2a
2 changed files with 0 additions and 8 deletions
|
@ -726,10 +726,8 @@ void OffScreenRenderWidgetHostView::CompositeFrame(
|
|||
}
|
||||
}
|
||||
|
||||
paint_callback_running_ = true;
|
||||
callback_.Run(gfx::IntersectRects(gfx::Rect(size_in_pixels), damage_rect),
|
||||
frame);
|
||||
paint_callback_running_ = false;
|
||||
|
||||
ReleaseResize();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue