| Index: ui/aura/window_tree_host.cc
|
| diff --git a/ui/aura/window_tree_host.cc b/ui/aura/window_tree_host.cc
|
| index e03e7d79c08913c909b6c4c993e2aa0e364205f3..2c96d226f67f455598121f6579ce10a03dbfc269 100644
|
| --- a/ui/aura/window_tree_host.cc
|
| +++ b/ui/aura/window_tree_host.cc
|
| @@ -285,6 +285,11 @@ void WindowTreeHost::OnHostResized(const gfx::Size& new_size) {
|
| FOR_EACH_OBSERVER(WindowTreeHostObserver, observers_, OnHostResized(this));
|
| }
|
|
|
| +void WindowTreeHost::OnHostWorkspaceChanged() {
|
| + FOR_EACH_OBSERVER(WindowTreeHostObserver, observers_,
|
| + OnHostWorkspaceChanged(this));
|
| +}
|
| +
|
| void WindowTreeHost::OnHostCloseRequested() {
|
| FOR_EACH_OBSERVER(WindowTreeHostObserver, observers_,
|
| OnHostCloseRequested(this));
|
|
|