Don't generate a paint when StartPainting is called inside paint cb
This commit is contained in:
parent
17d85318c3
commit
708cde92cf
2 changed files with 6 additions and 1 deletions
|
@ -315,6 +315,8 @@ class OffScreenRenderWidgetHostView
|
|||
bool hold_resize_;
|
||||
bool pending_resize_;
|
||||
|
||||
bool paint_callback_running_;
|
||||
|
||||
std::unique_ptr<ui::Layer> root_layer_;
|
||||
std::unique_ptr<ui::Compositor> compositor_;
|
||||
std::unique_ptr<content::DelegatedFrameHost> delegated_frame_host_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue