Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Unified Diff: chrome/test/gpu/gpu_feature_browsertest.cc

Issue 301973010: Remove IOSurfaceSupport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/compositing_iosurface_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | content/browser/renderer_host/compositing_iosurface_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698