| Index: android_webview/common/aw_switches.h
|
| diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
|
| index c812122dce30fd1cfdb5c423fc654a3cc6eb7312..4069fb1675b2c08756d62b6128bf88da7714a65e 100644
|
| --- a/android_webview/common/aw_switches.h
|
| +++ b/android_webview/common/aw_switches.h
|
| @@ -10,6 +10,9 @@ namespace switches {
|
| // Merge the Browser UI and the renderer compositor threads.
|
| extern const char kMergeUIAndRendererCompositorThreads[];
|
|
|
| +// Uses zero-copy buffers in graphics pipeline.
|
| +extern const char kUseZeroCopyBuffers[];
|
| +
|
| } // namespace switches
|
|
|
| #endif // ANDROID_WEBVIEW_COMMON_AW_SWITCHES_H_
|
|
|