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

Unified Diff: ash/common/ash_switches.cc

Issue 2780823002: Uses copy request to flatten the layers to do screen rotation animation. (Closed)
Patch Set: Remove duplicated entry in flags. 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: ash/common/ash_switches.cc
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
index 4f2f8caa113cf765e38f93ca5a2ac1d9ffd36853..0bf8f53427dbd6ff808805e1025e6c4128d4ada5 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -61,6 +61,10 @@ const char kAshEnableTouchView[] = "enable-touchview";
// Enables mirrored screen.
const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";
+// Enables a smoother animation for screen rotation.
+const char kAshEnableSmoothScreenRotationAnimation[] =
+ "ash-enable-smooth-screen-rotation-animation";
oshima 2017/03/31 00:14:34 you may omit "Animation/-animation" as it's obviou
wutao 2017/04/03 16:16:03 Removed as suggested.
+
// Specifies the estimated time (in milliseconds) from VSYNC event until when
// visible light can be noticed by the user.
const char kAshEstimatedPresentationDelay[] =

Powered by Google App Engine
This is Rietveld 408576698