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

Unified Diff: gpu/command_buffer/service/gpu_service_test.h

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
Index: gpu/command_buffer/service/gpu_service_test.h
diff --git a/gpu/command_buffer/service/gpu_service_test.h b/gpu/command_buffer/service/gpu_service_test.h
index 5caa9de29c3e3845282e3d6fee46d425b0eb6f5b..5634330cdae3ec4fd3633d08ebce71f9b274e8c3 100644
--- a/gpu/command_buffer/service/gpu_service_test.h
+++ b/gpu/command_buffer/service/gpu_service_test.h
@@ -13,7 +13,7 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gl/gl_mock.h"
-namespace gfx {
+namespace gl {
class GLContextStubWithExtensions;
class GLSurface;
class GLSurfaceStub;
@@ -32,16 +32,16 @@ class GpuServiceTest : public testing::Test {
void SetUpWithGLVersion(const char* gl_version, const char* gl_extensions);
void SetUp() override;
void TearDown() override;
- gfx::GLContext* GetGLContext();
- gfx::GLSurface* GetGLSurface();
+ gl::GLContext* GetGLContext();
+ gl::GLSurface* GetGLSurface();
- std::unique_ptr<::testing::StrictMock<::gfx::MockGLInterface>> gl_;
+ std::unique_ptr<::testing::StrictMock<::gl::MockGLInterface>> gl_;
private:
bool ran_setup_;
bool ran_teardown_;
- scoped_refptr<gfx::GLContextStubWithExtensions> context_;
- scoped_refptr<gfx::GLSurfaceStub> surface_;
+ scoped_refptr<gl::GLContextStubWithExtensions> context_;
+ scoped_refptr<gl::GLSurfaceStub> surface_;
base::MessageLoop message_loop_;
};
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc ('k') | gpu/command_buffer/service/gpu_service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698