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

Unified Diff: content/test/content_test_suite.cc

Issue 1532813002: Replace IOSurfaceManager by directly passing IOSurface Mach ports over Chrome IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Windows compile Created 5 years 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
Index: content/test/content_test_suite.cc
diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc
index f7099dc369199518353f46ef4b43e2a3a93b6795..c830306b2d51bf8d279e25b0bfbcaa61898152a7 100644
--- a/content/test/content_test_suite.cc
+++ b/content/test/content_test_suite.cc
@@ -21,7 +21,6 @@
#include "base/mac/scoped_nsautorelease_pool.h"
#if !defined(OS_IOS)
#include "base/test/mock_chrome_application_mac.h"
-#include "content/browser/in_process_io_surface_manager_mac.h"
#endif
#endif
@@ -109,9 +108,6 @@ void ContentTestSuite::Initialize() {
SurfaceTextureManager::SetInstance(
InProcessSurfaceTextureManager::GetInstance());
#endif
-#if defined(OS_MACOSX) && !defined(OS_IOS)
- gfx::IOSurfaceManager::SetInstance(InProcessIOSurfaceManager::GetInstance());
-#endif
#if defined(USE_OZONE)
if (!is_child_process) {
client_native_pixmap_factory_ = ui::ClientNativePixmapFactory::Create();

Powered by Google App Engine
This is Rietveld 408576698