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

Unified Diff: components/exo/shell_surface.h

Issue 2777373002: Add set_autohide_systemui to wayland protocol (Closed)
Patch Set: Add set_autohide_systemui to wayland Created 3 years, 9 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 c22947d2e6947fd476eddfa24d8ef9b4e3b167ea..dda864feac00961513b97c91305c881cfc0b1cbc 100644
--- a/components/exo/shell_surface.h
+++ b/components/exo/shell_surface.h
@@ -132,6 +132,9 @@ class ShellSurface : public SurfaceDelegate,
// Pins the shell surface. |trusted| flag is ignored when |pinned| is false.
void SetPinned(bool pinned, bool trusted);
+ // Sets whether or not the shell surface should autohide the shelf.
+ void SetAutohideShelf(uint32_t autohide);
+
// Set title for surface.
void SetTitle(const base::string16& title);

Powered by Google App Engine
This is Rietveld 408576698