| Index: chrome/test/gpu/gpu_feature_browsertest.cc
|
| diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc b/chrome/test/gpu/gpu_feature_browsertest.cc
|
| index c2ebe8bfeb51ee2a08fbe368d6f8c48cb0c58233..2bea73f7ed416093387b4c580d176606a40683bc 100644
|
| --- a/chrome/test/gpu/gpu_feature_browsertest.cc
|
| +++ b/chrome/test/gpu/gpu_feature_browsertest.cc
|
| @@ -26,10 +26,6 @@
|
| #include "net/base/filename_util.h"
|
| #include "ui/gl/gl_implementation.h"
|
|
|
| -#if defined(OS_MACOSX)
|
| -#include "ui/gl/io_surface_support_mac.h"
|
| -#endif
|
| -
|
| #if defined(OS_WIN)
|
| #include "base/win/windows_version.h"
|
| #endif
|
| @@ -118,11 +114,6 @@ class GpuFeatureTest : public InProcessBrowserTest {
|
| if (gfx::GetGLImplementation() != gfx::kGLImplementationOSMesaGL)
|
| return;
|
| #endif
|
| -#if defined(OS_MACOSX)
|
| - // Bypass tests on Mac OSX 10.5 bots (IOSurfaceSupport is now required).
|
| - if (!IOSurfaceSupport::Initialize())
|
| - return;
|
| -#endif
|
|
|
| ASSERT_TRUE(tracing::BeginTracing(category_patterns_));
|
|
|
| @@ -431,9 +422,6 @@ IN_PROC_BROWSER_TEST_F(GpuFeatureTest, MAYBE_RafNoDamage) {
|
|
|
| #if defined(OS_MACOSX)
|
| IN_PROC_BROWSER_TEST_F(GpuFeatureTest, IOSurfaceReuse) {
|
| - if (!IOSurfaceSupport::Initialize())
|
| - return;
|
| -
|
| if (gpu::GPUTestBotConfig::GpuBlacklistedOnBot())
|
| return;
|
|
|
|
|