Chromium Code Reviews| Index: components/exo/shell_surface.h |
| diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h |
| index c98c2ff2450caeef1877b88e3a416c009e65dc89..1f8ee3935225d64ba07daecfc50b2f4e567df0b6 100644 |
| --- a/components/exo/shell_surface.h |
| +++ b/components/exo/shell_surface.h |
| @@ -97,6 +97,9 @@ class ShellSurface : public SurfaceDelegate, |
| // parent. |
| void SetParent(ShellSurface* parent); |
| + // Activates the shell surface. |
| + void Activate(); |
| + |
| // Maximizes the shell surface. |
| void Maximize(); |