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

Unified Diff: cc/switches.cc

Issue 12210050: Expose FS show/hide thresholds to Command Line (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: cc/switches.cc
diff --git a/cc/switches.cc b/cc/switches.cc
index ec74e8394838ed3652b4fa8c4e57244548217096..f5620d5d0c31aec9b43f044af06a322306752a84 100644
--- a/cc/switches.cc
+++ b/cc/switches.cc
@@ -33,6 +33,12 @@ const char kEnableTopControlsPositionCalculation[] =
// The height of the movable top controls.
const char kTopControlsHeight[] = "top-controls-height";
+// How much of the top controls need to be hidden before they will auto hide.
Ted C 2013/02/07 00:40:26 Maybe specify that this is a percentage? Same for
David Trainor- moved to gerrit 2013/02/11 19:38:28 Done.
+const char kTopControlsHideThreshold[] = "top-controls-hide-threshold";
+
+// How much of the top controls need to be shown before they will auto show.
+const char kTopControlsShowThreshold[] = "top-controls-show-threshold";
+
// Number of worker threads used to rasterize content.
const char kNumRasterThreads[] = "num-raster-threads";
« no previous file with comments | « cc/switches.h ('k') | cc/top_controls_manager.h » ('j') | cc/top_controls_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698