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

Unified Diff: gpu/command_buffer/service/gl_context_mock.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/gl_context_mock.h
diff --git a/gpu/command_buffer/service/gl_context_mock.h b/gpu/command_buffer/service/gl_context_mock.h
index 77d669cad6a71a1147f30738394e262c88160044..5a5a6ade28574f5da0e62fea12d57ffd6d515468 100644
--- a/gpu/command_buffer/service/gl_context_mock.h
+++ b/gpu/command_buffer/service/gl_context_mock.h
@@ -10,11 +10,11 @@
namespace gpu {
-class GLContextMock : public gfx::GLContextStubWithExtensions {
+class GLContextMock : public gl::GLContextStubWithExtensions {
public:
GLContextMock();
- MOCK_METHOD1(MakeCurrent, bool(gfx::GLSurface* surface));
+ MOCK_METHOD1(MakeCurrent, bool(gl::GLSurface* surface));
protected:
virtual ~GLContextMock();
« no previous file with comments | « gpu/command_buffer/service/feature_info_unittest.cc ('k') | gpu/command_buffer/service/gl_context_virtual.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698