| Index: ui/aura/mus/window_tree_client.h
|
| diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
|
| index 4640e87a4d1593f71353850674c3a49606dcd359..3ab40e1a744287a4446eb53f464d11aeb834519c 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -434,6 +434,8 @@ class AURA_EXPORT WindowTreeClient
|
| void OnWindowTreeHostHitTestMaskWillChange(
|
| WindowTreeHostMus* window_tree_host,
|
| const base::Optional<gfx::Rect>& mask_rect) override;
|
| + void OnWindowTreeHostSetOpacity(WindowTreeHostMus* window_tree_host,
|
| + float opacity) override;
|
| void OnWindowTreeHostDeactivateWindow(
|
| WindowTreeHostMus* window_tree_host) override;
|
| void OnWindowTreeHostStackAbove(WindowTreeHostMus* window_tree_host,
|
|
|