diff options
Diffstat (limited to 'android_webview/common/aw_switches.h')
-rw-r--r-- | android_webview/common/aw_switches.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h index f5ef4b2..2c7db28 100644 --- a/android_webview/common/aw_switches.h +++ b/android_webview/common/aw_switches.h @@ -10,8 +10,8 @@ namespace switches { // When set, falls back to using the old disk cache. extern const char kDisableSimpleCache[]; -// Uses zero-copy buffers in graphics pipeline. -extern const char kUseZeroCopyBuffers[]; +// When set, forces use of fallback SW path even on HW canvas. +extern const char kDisableWebViewGLMode[]; } // namespace switches |