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

Unified Diff: components/display_compositor/yuv_readback_unittest.cc

Issue 1943383002: Add display_compositor unittests into components_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 8 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 | « components/display_compositor/gl_helper_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/display_compositor/yuv_readback_unittest.cc
diff --git a/components/display_compositor/yuv_readback_unittest.cc b/components/display_compositor/yuv_readback_unittest.cc
index 4e4806ef6a5efcf9d48b1cacb6d78666c49593ff..75d2dd648d39ddfa129a8b97f72ad1e70ffdc96b 100644
--- a/components/display_compositor/yuv_readback_unittest.cc
+++ b/components/display_compositor/yuv_readback_unittest.cc
@@ -473,6 +473,7 @@ class YUVReadbackTest : public testing::Test {
gpu::gles2::GLES2Interface* gl_;
std::unique_ptr<display_compositor::GLHelper> helper_;
gfx::DisableNullDrawGLBindings enable_pixel_output_;
+ base::MessageLoop message_loop_;
};
TEST_F(YUVReadbackTest, YUVReadbackOptTest) {
« no previous file with comments | « components/display_compositor/gl_helper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698