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

Unified Diff: gpu/command_buffer/tests/gl_unittests_android.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 | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/config/gpu_info_collector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/tests/gl_unittests_android.cc
diff --git a/gpu/command_buffer/tests/gl_unittests_android.cc b/gpu/command_buffer/tests/gl_unittests_android.cc
index 2767f1625fdfbc9379c5b9a36671e8e303934933..a4aa828ad1394c5f7468e856e37a5bf36b031f94 100644
--- a/gpu/command_buffer/tests/gl_unittests_android.cc
+++ b/gpu/command_buffer/tests/gl_unittests_android.cc
@@ -35,12 +35,12 @@ TEST_F(GLSurfaceTextureTest, SimpleTest) {
// abstraction for the SurfaceTexture in this test.
GLuint texture = 0xFEEDBEEF;
- scoped_refptr<gfx::SurfaceTexture> surface_texture(
- gfx::SurfaceTexture::Create(texture));
+ scoped_refptr<gl::SurfaceTexture> surface_texture(
+ gl::SurfaceTexture::Create(texture));
gfx::AcceleratedWidget window = surface_texture->CreateSurface();
EXPECT_TRUE(window != NULL);
- scoped_refptr<gfx::GLSurface> gl_surface =
+ scoped_refptr<gl::GLSurface> gl_surface =
gl::init::CreateViewGLSurface(window);
EXPECT_TRUE(gl_surface.get() != NULL);
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/config/gpu_info_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698