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

Unified Diff: content/public/common/content_switches.cc

Issue 1620053002: sync compositor: Merge input path with chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests Created 4 years, 10 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 22afe190c277d16dba2c5976048355ef94c2b30f..559d0ec23d819b5912aaa1984dae3724603541eb 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -917,6 +917,11 @@ const char kWebRtcMaxCaptureFramerate[] = "max-gum-fps";
#endif
#if defined(OS_ANDROID)
+// Use Chrome's async input code path for synchronous compositing. Requires
+// IPC-based synchronous compositing. This switch is temporary while feature
+// is under development, which is tracked in crbug.com/545628.
+const char kAsyncInputForSyncCompositor[] = "async-input-for-sync-compositor";
+
// Disable external animation system for Android compositor.
// See also kDisableCompositorAnimationTimelines for renderer compositors.
const char kDisableAndroidCompositorAnimationTimelines[] =

Powered by Google App Engine
This is Rietveld 408576698