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

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: wayland based 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
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();

Powered by Google App Engine
This is Rietveld 408576698