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

Unified Diff: chromecast/media/cma/test/cma_end_to_end_test.cc

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 2 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
Index: chromecast/media/cma/test/cma_end_to_end_test.cc
diff --git a/chromecast/media/cma/test/cma_end_to_end_test.cc b/chromecast/media/cma/test/cma_end_to_end_test.cc
index 70483e6d9a0b74d35068e1a712786caec94da5ad..d27b48c213b60a978a879709267470bf626c2468 100644
--- a/chromecast/media/cma/test/cma_end_to_end_test.cc
+++ b/chromecast/media/cma/test/cma_end_to_end_test.cc
@@ -21,6 +21,7 @@
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
+#if 0
namespace chromecast {
namespace media {
@@ -42,7 +43,7 @@ class CmaEndToEndTest : public testing::Test {
task_runner_.reset(new TaskRunnerImpl());
MediaPipelineDeviceParams params(task_runner_.get());
scoped_ptr<MediaPipelineBackend> backend =
- make_scoped_ptr(new MediaPipelineBackendDefault(params));
+ make_scoped_ptr(new MediaPipelineBackendDefault());
gles2_.reset(new gpu::gles2::GLES2InterfaceStub());
mock_gpu_factories_ = new ::media::MockGpuVideoAcceleratorFactories();
@@ -101,6 +102,7 @@ TEST_F(CmaEndToEndTest, TestInitialization) {
EXPECT_CALL(mock_, OnInitialized(::media::PIPELINE_OK));
}
-
} // namespace media
} // namespace chromecast
+
+#endif

Powered by Google App Engine
This is Rietveld 408576698