| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 9fdfaa64d3d481e4f79eb163f494669f2f137345..157c0f93ebc95a5a70f1ff0bf2089b4e4f4ad084 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -536,6 +536,8 @@ WebPreferences WebContentsImpl::GetWebkitPrefs(RenderViewHost* rvh,
|
| command_line.HasSwitch(switches::kEnableExperimentalWebKitFeatures);
|
| prefs.css_grid_layout_enabled =
|
| command_line.HasSwitch(switches::kEnableExperimentalWebKitFeatures);
|
| + prefs.record_rendering_stats =
|
| + command_line.HasSwitch(switches::kEnableGpuBenchmarking);
|
|
|
| bool touch_device_present = false;
|
| #if defined(USE_AURA) && defined(USE_X11)
|
|
|