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/gles2_cmd_decoder_unittest.cc

Issue 2639293002: gpu: Add ARB_occlusion_query support. (Closed)
Patch Set: add unit test 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/gles2_cmd_decoder_unittest.cc
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
index 5c88abfb9717b794aba71e3e1dcd24d1e17acba7..1be498166d50c407242e4e421122dbe8e161ba41 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
@@ -1486,7 +1486,7 @@ class GLES2DecoderDoCommandsTest : public GLES2DecoderTest {
TEST_P(GLES3DecoderTest, BeginInvalidTargetQueryFails) {
BeginQueryEXT begin_cmd;
- begin_cmd.Init(GL_SAMPLES_PASSED,
+ begin_cmd.Init(0xdeadbeef,
kNewClientId,
kSharedMemoryId,
kSharedMemoryOffset);

Powered by Google App Engine
This is Rietveld 408576698