Chromium Code Reviews| Index: components/exo/shell_surface.h |
| diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h |
| index 525e7c2fee40b82ce8d15fece2762262df08470b..6922a12b246fe8d6b407cc7752ec17e79af0e3d2 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(); |