| Index: ui/views/cocoa/bridged_native_widget.h
|
| diff --git a/ui/views/cocoa/bridged_native_widget.h b/ui/views/cocoa/bridged_native_widget.h
|
| index adbe281c943dfca41c0a677bf1a20242cde1c9ce..4b21ec16b978e0cb5a138a990169e8f6998e8018 100644
|
| --- a/ui/views/cocoa/bridged_native_widget.h
|
| +++ b/ui/views/cocoa/bridged_native_widget.h
|
| @@ -241,6 +241,7 @@ class VIEWS_EXPORT BridgedNativeWidget
|
| // Overridden from CocoaMouseCaptureDelegate:
|
| void PostCapturedEvent(NSEvent* event) override;
|
| void OnMouseCaptureLost() override;
|
| + NSWindow* GetWindow() const override;
|
|
|
| // Returns a properties dictionary associated with the NSWindow.
|
| // Creates and attaches a new instance if not found.
|
|
|