| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index e34c99a8eef95ce4977bd94b44652de09eddfeda..814ca7232892724eea9353039f3e7d382c4230dc 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -949,9 +949,6 @@ const char kDisableCoreAnimationPlugins[] =
|
| // Device scale factor passed to certain processes like renderers, etc.
|
| const char kDeviceScaleFactor[] = "device-scale-factor";
|
|
|
| -// Disables the DirectWrite font rendering system on windows.
|
| -const char kDisableDirectWrite[] = "disable-direct-write";
|
| -
|
| // Disable the Legacy Window which corresponds to the size of the WebContents.
|
| const char kDisableLegacyIntermediateWindow[] = "disable-legacy-window";
|
|
|
|
|