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

Unified Diff: extensions/shell/browser/shell_desktop_controller.h

Issue 465803002: Make the minimized home card not overlap activities on Athena (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: extensions/shell/browser/shell_desktop_controller.h
diff --git a/extensions/shell/browser/shell_desktop_controller.h b/extensions/shell/browser/shell_desktop_controller.h
index afaef8ad5f2688fc99c4b008aa5b65dd1e0468d6..35c1a3b8b6cc2ef29a639f6fcceadffecc18f39e 100644
--- a/extensions/shell/browser/shell_desktop_controller.h
+++ b/extensions/shell/browser/shell_desktop_controller.h
@@ -30,6 +30,7 @@ class BrowserContext;
}
namespace gfx {
+class Insets;
class Size;
}
@@ -85,6 +86,11 @@ class ShellDesktopController : public aura::client::WindowTreeClient,
// Closes and destroys the app windows.
void CloseAppWindows();
+#if defined(OS_CHROMEOS)
+ // Sets the screen's work area insets.
+ void SetDisplayWorkAreaInsets(const gfx::Insets& insets);
+#endif
+
// Overridden from aura::client::WindowTreeClient:
virtual aura::Window* GetDefaultParent(aura::Window* context,
aura::Window* window,

Powered by Google App Engine
This is Rietveld 408576698