| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 31855d0c90617f1eec2db149b6659b6b4006744b..179d665365bd49d83f12f2e2488206f03eefb924 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1033,6 +1033,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableDatabases,
|
| switches::kDisableDesktopNotifications,
|
| switches::kDisableDirectNPAPIRequests,
|
| + switches::kDisableDistanceFieldText,
|
| switches::kDisableFastTextAutosizing,
|
| switches::kDisableFileSystem,
|
| switches::kDisableFiltersOverIPC,
|
| @@ -1068,6 +1069,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableCompositingForFixedPosition,
|
| switches::kEnableCompositingForTransition,
|
| switches::kEnableDeferredImageDecoding,
|
| + switches::kEnableDistanceFieldText,
|
| switches::kEnableEncryptedMedia,
|
| switches::kEnableExperimentalCanvasFeatures,
|
| switches::kEnableExperimentalWebPlatformFeatures,
|
|
|