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

Unified Diff: ui/compositor/compositor_switches.cc

Issue 12540003: CrOS: Set max frames pending for UI from command line. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: ui/compositor/compositor_switches.cc
diff --git a/ui/compositor/compositor_switches.cc b/ui/compositor/compositor_switches.cc
index c83e8568fb32174499c82024ac714af6e5b266fd..e246de0445376d9417e572f07968cf5430b1f38b 100644
--- a/ui/compositor/compositor_switches.cc
+++ b/ui/compositor/compositor_switches.cc
@@ -23,4 +23,6 @@ const char kUIEnablePerTilePainting[] = "ui-enable-per-tile-painting";
const char kUIEnableThreadedCompositing[] = "ui-enable-threaded-compositing";
+const char kUIMaxFramesPending[] = "ui-max-frames-pending";
+
} // namespace switches
« content/renderer/gpu/compositor_output_surface.cc ('K') | « ui/compositor/compositor_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698