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

Unified Diff: gpu/command_buffer/common/unittest_main.cc

Issue 2525483005: Remove SurfaceTextureManager (Closed)
Patch Set: Updated a comment in GpuSurfaceTracker 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: gpu/command_buffer/common/unittest_main.cc
diff --git a/gpu/command_buffer/common/unittest_main.cc b/gpu/command_buffer/common/unittest_main.cc
index 7fff7931f30e82cefb9b11da6763f85cb4cba0ac..f2a2074204460c71233b30e9caa314081115c0ae 100644
--- a/gpu/command_buffer/common/unittest_main.cc
+++ b/gpu/command_buffer/common/unittest_main.cc
@@ -10,10 +10,6 @@
#include "build/build_config.h"
#include "mojo/edk/embedder/embedder.h"
-#if defined(OS_ANDROID)
-#include "gpu/ipc/client/android/in_process_surface_texture_manager.h"
-#endif
-
namespace {
class GpuTestSuite : public base::TestSuite {
@@ -35,10 +31,6 @@ GpuTestSuite::~GpuTestSuite() {}
void GpuTestSuite::Initialize() {
ncarter (slow) 2016/12/01 23:20:08 Looks like you can delete this override.
tguilbert 2016/12/02 00:01:52 Done.
base::TestSuite::Initialize();
-#if defined(OS_ANDROID)
- gpu::SurfaceTextureManager::SetInstance(
- gpu::InProcessSurfaceTextureManager::GetInstance());
-#endif
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698