| Index: ui/views/widget/native_widget_mac.mm
|
| diff --git a/ui/views/widget/native_widget_mac.mm b/ui/views/widget/native_widget_mac.mm
|
| index ffc821fe0551a92a60f5c47af3d89026bbe0f4fc..564494ea26fba075aee81fde8c97f24b38dba5aa 100644
|
| --- a/ui/views/widget/native_widget_mac.mm
|
| +++ b/ui/views/widget/native_widget_mac.mm
|
| @@ -471,7 +471,8 @@ void NativeWidgetMac::SchedulePaintInRect(const gfx::Rect& rect) {
|
| }
|
|
|
| void NativeWidgetMac::SetCursor(gfx::NativeCursor cursor) {
|
| - NOTIMPLEMENTED();
|
| + if (bridge_)
|
| + bridge_->SetCursor(cursor);
|
| }
|
|
|
| bool NativeWidgetMac::IsMouseEventsEnabled() const {
|
|
|