| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 585e863f73f904e3527e98f0c2a41d9bdbb1e6b3..166577043a3468d95674328eed8c913da316c233 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -193,9 +193,6 @@ const char kDisableNativeGpuMemoryBuffers[] =
|
| // Disables the Web Notification and the Push APIs.
|
| const char kDisableNotifications[] = "disable-notifications";
|
|
|
| -// Disable rasterizer that writes directly to GPU memory.
|
| -const char kDisableOneCopy[] = "disable-one-copy";
|
| -
|
| // Disable Pepper3D.
|
| const char kDisablePepper3d[] = "disable-pepper-3d";
|
|
|
|
|