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

Unified Diff: cc/base/switches.cc

Issue 1177383005: cc: Add command line for frame production throttle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 5 years, 6 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: cc/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index b95ac111cc4d78e133e68d26a3aff72e42fdd0c4..706ff85c59ccb1049c5c4ed2889973903ba0cb5d 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -103,5 +103,8 @@ const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout";
// Makes pixel tests write their output instead of read it.
const char kCCRebaselinePixeltests[] = "cc-rebaseline-pixeltests";
+// Disable frame production throttling.
danakj 2015/07/01 19:47:23 Can you expand this comment? What is a beginframe
+const char kDisableBeginFrameInterval[] = "disable-beginframe-interval";
+
} // namespace switches
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698