| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 9b3d6f6852f7b1737f405fe5726e462ee746babd..82c6e0716a94df380ecfc4c479724e7c430b1b64 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -397,6 +397,9 @@ const char kEnableExperimentalWebPlatformFeatures[] =
|
| // Enable an experimental WebSocket implementation.
|
| const char kEnableExperimentalWebSocket[] = "enable-experimental-websocket";
|
|
|
| +// Enable the fast text autosizing implementation.
|
| +const char kEnableFastTextAutosizing[] = "enable-fast-text-autosizing";
|
| +
|
| // By default, a page is laid out to fill the entire width of the window.
|
| // This flag fixes the layout of the page to a default of 980 CSS pixels,
|
| // or to a specified width and height using --enable-fixed-layout=w,h
|
|
|