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

Unified Diff: gpu/command_buffer/service/gpu_service_test.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
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 5634330cdae3ec4fd3633d08ebce71f9b274e8c3..2163a4e3abe9f493ab77c2ddd0217590c3bdedcb 100644
--- a/gpu/command_buffer/service/gpu_service_test.h
+++ b/gpu/command_buffer/service/gpu_service_test.h
@@ -14,7 +14,7 @@
#include "ui/gl/gl_mock.h"
namespace gl {
-class GLContextStubWithExtensions;
+class GLContextStub;
class GLSurface;
class GLSurfaceStub;
}
@@ -40,7 +40,7 @@ class GpuServiceTest : public testing::Test {
private:
bool ran_setup_;
bool ran_teardown_;
- scoped_refptr<gl::GLContextStubWithExtensions> context_;
+ scoped_refptr<gl::GLContextStub> context_;
scoped_refptr<gl::GLSurfaceStub> surface_;
base::MessageLoop message_loop_;
};
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.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