| Index: android_webview/common/aw_switches.h
|
| diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
|
| index a8df1ecdbd27d4062bc389f0d7639f92b8c56051..0ac0b2c5796372669816ac37d4899645abd011b3 100644
|
| --- a/android_webview/common/aw_switches.h
|
| +++ b/android_webview/common/aw_switches.h
|
| @@ -7,8 +7,8 @@
|
|
|
| namespace switches {
|
|
|
| -// Merge the Browser UI and the renderer compositor threads.
|
| -extern const char kMergeUIAndRendererCompositorThreads[];
|
| +// Do not merge the Browser UI and the renderer compositor threads.
|
| +extern const char kNoMergeUIAndRendererCompositorThreads[];
|
|
|
| // Uses zero-copy buffers in graphics pipeline.
|
| extern const char kUseZeroCopyBuffers[];
|
|
|