| Index: cc/switches.cc
|
| diff --git a/cc/switches.cc b/cc/switches.cc
|
| index 1352f3ae98fcf9a7eafc66f931448830ccbb2465..1d85c6091b539da0896deb723dc4d0401d837434 100644
|
| --- a/cc/switches.cc
|
| +++ b/cc/switches.cc
|
| @@ -74,5 +74,9 @@ const char kSlowDownRasterScaleFactor[] = "slow-down-raster-scale-factor";
|
| // Schedule rasterization jobs according to their estimated processing cost.
|
| const char kUseCheapnessEstimator[] = "use-cheapness-estimator";
|
|
|
| +// The scale divisor for low resolution tile contents.
|
| +const char kLowResolutionContentsScaleFactor[] =
|
| + "low-resolution-contents-scale-factor";
|
| +
|
| } // namespace switches
|
| } // namespace cc
|
|
|