| Index: ui/aura/window_tree_host.h
|
| diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
|
| index 0d09093bca14112928d511225b89288b22dd973c..baf9f0513fc0277016b8a81af2e958b225ffc57f 100644
|
| --- a/ui/aura/window_tree_host.h
|
| +++ b/ui/aura/window_tree_host.h
|
| @@ -156,6 +156,7 @@ class AURA_EXPORT WindowTreeHost {
|
| void OnHostCloseRequested();
|
| void OnHostActivated();
|
| void OnHostLostWindowCapture();
|
| + void OnHostSetWindowVisibility(bool visible);
|
|
|
| // Sets the currently displayed cursor.
|
| virtual void SetCursorNative(gfx::NativeCursor cursor) = 0;
|
|
|