| Index: android_webview/common/aw_switches.cc
|
| diff --git a/android_webview/common/aw_switches.cc b/android_webview/common/aw_switches.cc
|
| index c3fbf1b49c291076cc8b1d9969ec7438ac31e2f3..2b8a3329675610ead1ffad30dfc673f988d20d67 100644
|
| --- a/android_webview/common/aw_switches.cc
|
| +++ b/android_webview/common/aw_switches.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright 2013 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -9,4 +9,6 @@ namespace switches {
|
| const char kMergeUIAndRendererCompositorThreads[] =
|
| "merge-ui-and-compositor-threads";
|
|
|
| +const char kUseZeroCopyBuffers[] = "use-zero-copy-buffers";
|
| +
|
| } // namespace switches
|
|
|