| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| index 8ec159e4a761e2933ec0231f3fc69b27c69067af..f357a5c9895192764970367bf82325a02b996d64 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| @@ -66,6 +66,7 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
|
| gfx::Rect GetWindowBoundsInScreen() const override;
|
| gfx::Rect GetClientAreaBoundsInScreen() const override;
|
| gfx::Rect GetRestoredBounds() const override;
|
| + std::string GetWorkspace() const override;
|
| gfx::Rect GetWorkAreaBoundsInScreen() const override;
|
| void SetShape(SkRegion* native_region) override;
|
| void Activate() override;
|
|
|