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

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

Issue 2629633003: Refactor GL bindings so there is no global GLApi or DriverGL. (Closed)
Patch Set: rebase Created 3 years, 11 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/service/context_group.cc ('k') | gpu/command_buffer/service/gl_context_virtual.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5a5a6ade28574f5da0e62fea12d57ffd6d515468..1a63ad32d65c91d09ecc7abed64dc678f637e465 100644
--- a/gpu/command_buffer/service/gl_context_mock.h
+++ b/gpu/command_buffer/service/gl_context_mock.h
@@ -6,11 +6,11 @@
#define GPU_COMMAND_BUFFER_SERVICE_GL_CONTEXT_MOCK_H_
#include "testing/gmock/include/gmock/gmock.h"
-#include "ui/gl/gl_context_stub_with_extensions.h"
+#include "ui/gl/gl_context_stub.h"
namespace gpu {
-class GLContextMock : public gl::GLContextStubWithExtensions {
+class GLContextMock : public gl::GLContextStub {
public:
GLContextMock();
« no previous file with comments | « gpu/command_buffer/service/context_group.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