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

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

Issue 2443553002: Create correct GLES3 context for GLES3 unittest (Closed)
Patch Set: remove context_type since it is equivalent to enable_es3 Created 4 years, 1 month 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/test_helper.h
diff --git a/gpu/command_buffer/service/test_helper.h b/gpu/command_buffer/service/test_helper.h
index fdefe7f423d1bb84c446d6f03561530932d25f10..4d6115465ba3a7b89e2ed4ad5866002480e5d2f4 100644
--- a/gpu/command_buffer/service/test_helper.h
+++ b/gpu/command_buffer/service/test_helper.h
@@ -116,7 +116,6 @@ class TestHelper {
const char* extensions,
const char* gl_renderer,
const char* gl_version,
- ContextType context_type,
qiankun 2016/11/01 15:12:10 context_type was removed from argument list. This
bool enable_es3 = false);
static void SetupTextureManagerInitExpectations(::gl::MockGLInterface* gl,
bool is_es3_enabled,

Powered by Google App Engine
This is Rietveld 408576698