fix: pend bounds change when moving BrowserWindows (#33288)
* fix: ensure bounds changes apply when moving windows * chore: remove unused queue include
This commit is contained in:
parent
c262eac441
commit
f5112632a3
3 changed files with 18 additions and 0 deletions
|
@ -303,6 +303,8 @@ class NativeWindowViews : public NativeWindow,
|
|||
// Whether the window is currently being moved.
|
||||
bool is_moving_ = false;
|
||||
|
||||
absl::optional<gfx::Rect> pending_bounds_change_;
|
||||
|
||||
// The color to use as the theme and symbol colors respectively for Window
|
||||
// Controls Overlay if enabled on Windows.
|
||||
SkColor overlay_button_color_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue