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 ae3afa628249222ccdb0542e2385f9777f8ba815..bb9b4063726990e4d28095ea64b493f7b17a3b2a 100644 |
--- a/ui/views/cocoa/bridged_native_widget.h |
+++ b/ui/views/cocoa/bridged_native_widget.h |
@@ -83,6 +83,9 @@ class VIEWS_EXPORT BridgedNativeWidget : public ui::LayerDelegate, |
void SetNativeWindowProperty(const char* key, void* value); |
void* GetNativeWindowProperty(const char* key) const; |
+ // Sets the cursor associated with the NSWindow. Retains |cursor|. |
+ void SetCursor(NSCursor* cursor); |
+ |
// Called internally by the NSWindowDelegate when the window is closing. |
void OnWindowWillClose(); |