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

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

Issue 465803002: Make the minimized home card not overlap activities on Athena (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed sadrul@'s comments + rebased 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
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller.h ('k') | ui/aura/test/test_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_desktop_controller.cc
diff --git a/extensions/shell/browser/shell_desktop_controller.cc b/extensions/shell/browser/shell_desktop_controller.cc
index 5cec7fe21384b32b77205374caed6f1c4ea3781c..e7d20575f15c6a8723e7ae493f4c49badb4e6760 100644
--- a/extensions/shell/browser/shell_desktop_controller.cc
+++ b/extensions/shell/browser/shell_desktop_controller.cc
@@ -196,6 +196,11 @@ void ShellDesktopController::CloseAppWindows() {
app_window_controller_->CloseAppWindows();
}
+void ShellDesktopController::SetDisplayWorkAreaInsets(
+ const gfx::Insets& insets) {
+ test_screen_->SetWorkAreaInsets(insets);
+}
+
aura::Window* ShellDesktopController::GetDefaultParent(
aura::Window* context,
aura::Window* window,
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller.h ('k') | ui/aura/test/test_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698