Chromium Code Reviews| 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 524e94a0549dc975424142d22aaf86a2b9b36af5..7803e4cfc8fd07eae35ce5094b15d75b6e796fbe 100644 |
| --- a/ui/views/widget/native_widget_mac.mm |
| +++ b/ui/views/widget/native_widget_mac.mm |
| @@ -306,6 +306,10 @@ gfx::Rect NativeWidgetMac::GetRestoredBounds() const { |
| return bridge_ ? bridge_->GetRestoredBounds() : gfx::Rect(); |
| } |
| +std::string NativeWidgetMac::GetWorkspace() const { |
| + return ""; |
|
sky
2016/05/03 17:40:53
std::string()
Tom (Use chromium acct)
2016/05/03 19:38:39
Done.
|
| +} |
| + |
| void NativeWidgetMac::SetBounds(const gfx::Rect& bounds) { |
| if (bridge_) |
| bridge_->SetBounds(bounds); |