| Index: cc/layer_tree_host.cc
|
| diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc
|
| index ed393fbfa3ea35bcf2cd4e8cdcb539cf31cc9033..c1d3a97e40d24c9aa4c6e74314f9e85a4781a9c4 100644
|
| --- a/cc/layer_tree_host.cc
|
| +++ b/cc/layer_tree_host.cc
|
| @@ -110,6 +110,7 @@ LayerTreeSettings::LayerTreeSettings()
|
| , minimumOcclusionTrackingSize(gfx::Size(160, 160))
|
| {
|
| // TODO(danakj): Move this to chromium when we don't go through the WebKit API anymore.
|
| + implSidePainting = CommandLine::ForCurrentProcess()->HasSwitch(cc::switches::kEnableImplSidePainting);
|
| partialSwapEnabled = CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnablePartialSwap);
|
| backgroundColorInsteadOfCheckerboard = CommandLine::ForCurrentProcess()->HasSwitch(switches::kBackgroundColorInsteadOfCheckerboard);
|
| showOverdrawInTracing = CommandLine::ForCurrentProcess()->HasSwitch(switches::kTraceOverdraw);
|
|
|