diff options
Diffstat (limited to 'cc/layer_tree_host.cc')
-rw-r--r-- | cc/layer_tree_host.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc index ed393fb..c1d3a97 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); |