chore: remove unused method ElectronDesktopWindowTreeHostLinux::UpdateClientDecorationHints() (#43283)
Xref: dff980c9c2
Removed in #41868
This commit is contained in:
parent
c35739d60d
commit
7721fdf886
2 changed files with 0 additions and 5 deletions
|
@ -253,8 +253,4 @@ void ElectronDesktopWindowTreeHostLinux::UpdateFrameHints() {
|
||||||
SizeConstraintsChanged();
|
SizeConstraintsChanged();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ElectronDesktopWindowTreeHostLinux::UpdateClientDecorationHints(
|
|
||||||
ClientFrameViewLinux* view) {}
|
|
||||||
|
|
||||||
} // namespace electron
|
} // namespace electron
|
||||||
|
|
|
@ -62,7 +62,6 @@ class ElectronDesktopWindowTreeHostLinux
|
||||||
void UpdateFrameHints() override;
|
void UpdateFrameHints() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void UpdateClientDecorationHints(ClientFrameViewLinux* view);
|
|
||||||
void UpdateWindowState(ui::PlatformWindowState new_state);
|
void UpdateWindowState(ui::PlatformWindowState new_state);
|
||||||
|
|
||||||
raw_ptr<NativeWindowViews> native_window_view_; // weak ref
|
raw_ptr<NativeWindowViews> native_window_view_; // weak ref
|
||||||
|
|
Loading…
Reference in a new issue