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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

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/build_gles2_cmd_buffer.py
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py
index 21f8b65626abc6141764d6c69f4d06f4ba7dae56..381356063da5b1a3ebc0fc6b8eeaf0ce4d5e269e 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -2390,7 +2390,6 @@ _FUNCTION_INFO = {
'ApplyScreenSpaceAntialiasingCHROMIUM': {
'decoder_func': 'DoApplyScreenSpaceAntialiasingCHROMIUM',
'extension': 'CHROMIUM_screen_space_antialiasing',
- 'extension_flag': 'chromium_screen_space_antialiasing',
piman 2016/10/19 19:10:43 Why this change?
dshwang 2016/10/20 16:21:20 oh, mistake. reverted. In the detail, I tried to
'unit_test': False,
'client_test': False,
},

Powered by Google App Engine
This is Rietveld 408576698