mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
refactor: make NativeWindow::pending_transitions_ private
refactor: make NativeWindow::fullscreen_transition_type_ private
This commit is contained in:
@@ -473,11 +473,6 @@ class NativeWindow : public base::SupportsUserData,
|
||||
// on HiDPI displays on some environments.
|
||||
std::optional<extensions::SizeConstraints> content_size_constraints_;
|
||||
|
||||
base::queue<bool> pending_transitions_;
|
||||
|
||||
FullScreenTransitionType fullscreen_transition_type_ =
|
||||
FullScreenTransitionType::kNone;
|
||||
|
||||
std::list<NativeWindow*> child_windows_;
|
||||
|
||||
private:
|
||||
@@ -546,6 +541,11 @@ class NativeWindow : public base::SupportsUserData,
|
||||
|
||||
gfx::Rect overlay_rect_;
|
||||
|
||||
base::queue<bool> pending_transitions_;
|
||||
|
||||
FullScreenTransitionType fullscreen_transition_type_ =
|
||||
FullScreenTransitionType::kNone;
|
||||
|
||||
base::WeakPtrFactory<NativeWindow> weak_factory_{this};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user