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

Unified Diff: components/display_compositor/yuv_readback_unittest.cc

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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') | components/mus/gles2/command_buffer_driver.h » ('j') | 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 75d2dd648d39ddfa129a8b97f72ad1e70ffdc96b..b336137bbdbda77e1e2df5b118ddfb04a27af24c 100644
--- a/components/display_compositor/yuv_readback_unittest.cc
+++ b/components/display_compositor/yuv_readback_unittest.cc
@@ -45,7 +45,7 @@ class YUVReadbackTest : public testing::Test {
gfx::kNullAcceleratedWidget, /* window */
gfx::Size(1, 1), /* size */
nullptr, /* share_context */
- attributes, gfx::PreferDiscreteGpu, gpu::SharedMemoryLimits(),
+ attributes, gl::PreferDiscreteGpu, gpu::SharedMemoryLimits(),
nullptr, /* gpu_memory_buffer_manager */
nullptr /* image_factory */));
gl_ = context_->GetImplementation();
@@ -472,7 +472,7 @@ class YUVReadbackTest : public testing::Test {
std::unique_ptr<gpu::GLInProcessContext> context_;
gpu::gles2::GLES2Interface* gl_;
std::unique_ptr<display_compositor::GLHelper> helper_;
- gfx::DisableNullDrawGLBindings enable_pixel_output_;
+ gl::DisableNullDrawGLBindings enable_pixel_output_;
base::MessageLoop message_loop_;
};
« no previous file with comments | « components/display_compositor/gl_helper_unittest.cc ('k') | components/mus/gles2/command_buffer_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698