| Index: cc/base/switches.cc
|
| diff --git a/cc/base/switches.cc b/cc/base/switches.cc
|
| index 77682e67d4380680f8a540a8282cc7f64e31483e..64d31da17f0748941ca361472474ba2e367a4595 100644
|
| --- a/cc/base/switches.cc
|
| +++ b/cc/base/switches.cc
|
| @@ -16,9 +16,6 @@ const char kBackgroundColorInsteadOfCheckerboard[] =
|
|
|
| const char kDisableThreadedAnimation[] = "disable-threaded-animation";
|
|
|
| -// Do not predict whether the tile will be either solid color or transparent.
|
| -const char kDisableColorEstimator[] = "disable-color-estimator";
|
| -
|
| // Paint content on the main thread instead of the compositor thread.
|
| // Overrides the kEnableImplSidePainting flag.
|
| const char kDisableImplSidePainting[] = "disable-impl-side-painting";
|
|
|