Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6913)

Unified Diff: components/exo/shell_surface.h

Issue 2184103003: arc: Implement proper Arc window activation for task moving to front. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/exo/shell_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | components/exo/shell_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698