Add missing current_view_bounds_ member (see issue #2733)

This commit is contained in:
Marshall Greenblatt
2020-02-22 12:31:41 -05:00
parent b05ffc446b
commit ecefb59aa8

View File

@@ -388,6 +388,7 @@ class CefRenderWidgetHostViewOSR : public content::RenderWidgetHostViewBase,
bool is_showing_ = false;
bool is_destroyed_ = false;
bool is_first_navigation_ = true;
gfx::Rect current_view_bounds_;
gfx::Rect popup_position_;
base::Lock damage_rect_lock_;
std::map<uint32_t, gfx::Rect> damage_rects_;