| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 4a84e566dceef93a45430e3579d71f0ccde72983..570d7f13e9b17f06e655a6fe028e90c42d432393 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -950,6 +950,12 @@ const char kRemoteDebuggingSocketName[] = "remote-debugging-socket-name";
|
| // Block ChildProcessMain thread of the renderer's ChildProcessService until a
|
| // Java debugger is attached.
|
| const char kRendererWaitForJavaDebugger[] = "renderer-wait-for-java-debugger";
|
| +
|
| +// Use synchronous input code path for IPC-synchronous compositing. This is the
|
| +// legacy input code path used by the in-process synchronous compositor.
|
| +// Maintaining this code path in case there are compatibility bugs with the
|
| +// standard async input path. Remove tracked as part of crbug.com/545628.
|
| +const char kSyncInputForSyncCompositor[] = "sync-input-for-sync-compositor";
|
| #endif
|
|
|
| // Enable the aggressive flushing of DOM Storage to minimize data loss.
|
|
|