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

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: Rebase Created 4 years, 12 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 | « content/content_tests.gypi ('k') | ui/accelerated_widget_mac/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/content_test_suite.cc
diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc
index 97d66ff215bbf4b4fb123bc7a6e3772e57b3ee4c..2cb9731ea48e08a9dce3440f52387cf5f78b34b5 100644
--- a/content/test/content_test_suite.cc
+++ b/content/test/content_test_suite.cc
@@ -23,7 +23,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
@@ -111,9 +110,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();
« no previous file with comments | « content/content_tests.gypi ('k') | ui/accelerated_widget_mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698