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

Unified Diff: content/test/content_test_suite.cc

Issue 2525483005: Remove SurfaceTextureManager (Closed)
Patch Set: Fix link error Created 4 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 16ec18e9d716a3a18d25eb1d37d3b68b399dc1cd..734c5b03074d5c5141476c58a1fe0971fe4f0010 100644
--- a/content/test/content_test_suite.cc
+++ b/content/test/content_test_suite.cc
@@ -30,7 +30,6 @@
#if defined(OS_ANDROID)
#include "content/browser/media/android/browser_media_player_manager.h"
-#include "gpu/ipc/client/android/in_process_surface_texture_manager.h"
#endif
namespace content {
@@ -97,8 +96,6 @@ void ContentTestSuite::Initialize() {
testing::UnitTest::GetInstance()->listeners();
listeners.Append(new TestInitializationListener);
#if defined(OS_ANDROID)
- gpu::SurfaceTextureManager::SetInstance(
- gpu::InProcessSurfaceTextureManager::GetInstance());
content::BrowserMediaPlayerManager::InitSurfaceTexturePeer();
#endif
}

Powered by Google App Engine
This is Rietveld 408576698