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

Unified Diff: ash/common/ash_switches.cc

Issue 2146323004: [ash-md] Improves smoothness with many windows in overview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Improves smoothness with many windows in overview (added flags) 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 | « ash/common/ash_switches.h ('k') | ash/common/wm/overview/scoped_transform_overview_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/ash_switches.cc
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
index 6cf8ab45249e643bf5f7a9a73f0818ce1d937bec..3211e2aa3e61afb2e20679761b955965aa1738ca 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -98,6 +98,16 @@ const char kAshMaterialDesignDisabled[] = "disabled";
const char kAshMaterialDesignEnabled[] = "enabled";
const char kAshMaterialDesignExperimental[] = "experimental";
+// Specifies a maximum number of preview windows in overview mode that still
+// allows using mask layers to hide the original window header and use rounded
+// corners.
+const char kAshMaxWindowsToUseMaskInOverview[] = "ash-max-previews-to-use-mask";
+
+// Specifies a maximum number of preview windows in overview mode that still
+// allows using alpha shapes to hide the original window header.
+const char kAshMaxWindowsToUseShapeInOverview[] =
+ "ash-max-previews-to-use-shape";
+
// Specifies the layout mode and offsets for the secondary display for
// testing. The format is "<t|r|b|l>,<offset>" where t=TOP, r=RIGHT,
// b=BOTTOM and L=LEFT. For example, 'r,-100' means the secondary display
« no previous file with comments | « ash/common/ash_switches.h ('k') | ash/common/wm/overview/scoped_transform_overview_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698