fix: context-menu event with BaseWindows (#44940)

fix: context-menu event with BaseWindows
This commit is contained in:
Shelley Vohr 2024-12-04 22:35:28 +01:00 committed by GitHub
parent 687a59b43b
commit 208dc568d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 78 additions and 26 deletions

View file

@ -24,8 +24,6 @@ class DelayedNativeViewHost : public views::NativeViewHost {
void ViewHierarchyChanged(
const views::ViewHierarchyChangedDetails& details) override;
gfx::NativeView GetNativeView() { return native_view_; }
private:
gfx::NativeView native_view_;
};