| Index: content/browser/gpu/gpu_ipc_browsertests.cc
|
| diff --git a/content/browser/gpu/gpu_ipc_browsertests.cc b/content/browser/gpu/gpu_ipc_browsertests.cc
|
| index 9a3262dd880108094d7864d81f15a55d5703f123..d121c580128aab31ff416d24720ffdb32e2d34c3 100644
|
| --- a/content/browser/gpu/gpu_ipc_browsertests.cc
|
| +++ b/content/browser/gpu/gpu_ipc_browsertests.cc
|
| @@ -206,9 +206,7 @@ IN_PROC_BROWSER_TEST_F(BrowserGpuChannelHostFactoryTest,
|
| #endif
|
|
|
| // Test fails on Windows because GPU Channel set-up fails.
|
| -// Mac only fails GPU set-up on MacOS 10.6, but we have no version-specific
|
| -// macros for disabling tests.
|
| -#if !defined(OS_WIN) && !defined(OS_MACOSX)
|
| +#if !defined(OS_WIN)
|
| #define MAYBE_GrContextKeepsGpuChannelAlive GrContextKeepsGpuChannelAlive
|
| #else
|
| #define MAYBE_GrContextKeepsGpuChannelAlive \
|
|
|