| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index b227056e5c5a702efa60e6a2e248f2c12fbafe98..d1983cd908f33649d6a66500a85413afeb7db334 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -557,6 +557,9 @@ const char kIgnoreCertificateErrors[] = "ignore-certificate-errors";
|
| // Ignores GPU blacklist.
|
| const char kIgnoreGpuBlacklist[] = "ignore-gpu-blacklist";
|
|
|
| +// Makes all APIs reflect the layout viewport.
|
| +const char kInertVisualViewport[] = "inert-visual-viewport";
|
| +
|
| // Run the GPU process as a thread in the browser process.
|
| const char kInProcessGPU[] = "in-process-gpu";
|
|
|
|
|