| Index: content/child/child_thread_impl_browsertest.cc
|
| diff --git a/content/child/child_thread_impl_browsertest.cc b/content/child/child_thread_impl_browsertest.cc
|
| index d35cc4a46435ce68101fe02bd099462223e4c673..ac203befd97cd387e8000192f15251a81ac9839b 100644
|
| --- a/content/child/child_thread_impl_browsertest.cc
|
| +++ b/content/child/child_thread_impl_browsertest.cc
|
| @@ -140,6 +140,7 @@ class ChildThreadImplGpuMemoryBufferBrowserTest
|
| command_line->AppendSwitch(switches::kEnableNativeGpuMemoryBuffers);
|
| break;
|
| case kDisableNativeBuffers:
|
| + command_line->AppendSwitch(switches::kDisableNativeGpuMemoryBuffers);
|
| break;
|
| }
|
| }
|
|
|