| Index: ui/aura/mus/window_tree_host_mus.h
|
| diff --git a/ui/aura/mus/window_tree_host_mus.h b/ui/aura/mus/window_tree_host_mus.h
|
| index 499d7930fb307a6e4f4ba564ac1869634bf127eb..5f1642ce11325756606f328842cad1ef5f279902 100644
|
| --- a/ui/aura/mus/window_tree_host_mus.h
|
| +++ b/ui/aura/mus/window_tree_host_mus.h
|
| @@ -73,6 +73,9 @@ class AURA_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
|
| // clear.
|
| void SetHitTestMask(const base::Optional<gfx::Rect>& rect);
|
|
|
| + // Sets the opacity of the underlying mus window.
|
| + void SetOpacity(float value);
|
| +
|
| // Requests that the window manager change the activation to the next window.
|
| void DeactivateWindow();
|
|
|
|
|