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

Unified Diff: ui/compositor/compositor_switches.cc

Issue 168073002: Remove the --ui-max-frames-pending flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: uimaxframespending: rebase Created 6 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
« no previous file with comments | « ui/compositor/compositor_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor_switches.cc
diff --git a/ui/compositor/compositor_switches.cc b/ui/compositor/compositor_switches.cc
index 55e7d8140b153309f14fe27e13bd5444778b4f68..e788657435554b8014c496380521d819a33d06c5 100644
--- a/ui/compositor/compositor_switches.cc
+++ b/ui/compositor/compositor_switches.cc
@@ -18,8 +18,6 @@ const char kUIEnableDeadlineScheduling[] = "ui-enable-deadline-scheduling";
const char kUIEnableSoftwareCompositing[] = "ui-enable-software-compositing";
-const char kUIMaxFramesPending[] = "ui-max-frames-pending";
-
const char kUIShowPaintRects[] = "ui-show-paint-rects";
bool IsUIDeadlineSchedulingEnabled() {
« no previous file with comments | « ui/compositor/compositor_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698