fix: context-menu
event with BaseWindows
(#44954)
fix: context-menu event with BaseWindows Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
b1b01463fb
commit
3007f859da
4 changed files with 78 additions and 26 deletions
|
@ -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_;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue