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

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

Issue 2432413003: gpu, cmaa: add glApplyScreenSpaceAntialiasingCHROMIUM unittests (Closed)
Patch Set: Created 4 years, 2 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_autogen.h
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h b/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h
index 8bc9253ec08ce3633c41b41ff5c7446c9528c9b4..339c2b8aaf24415ca307174e5381de0e45c74c9c 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h
@@ -5483,10 +5483,6 @@ error::Error GLES2DecoderImpl::HandleBlendBarrierKHR(
error::Error GLES2DecoderImpl::HandleApplyScreenSpaceAntialiasingCHROMIUM(
uint32_t immediate_data_size,
const volatile void* cmd_data) {
- if (!features().chromium_screen_space_antialiasing) {
- return error::kUnknownCommand;
- }
-
DoApplyScreenSpaceAntialiasingCHROMIUM();
return error::kNoError;
}

Powered by Google App Engine
This is Rietveld 408576698