Index: gpu/config/gpu_driver_bug_workaround_type.h |
diff --git a/gpu/config/gpu_driver_bug_workaround_type.h b/gpu/config/gpu_driver_bug_workaround_type.h |
index 0f90743dd4ddce4c4e97ee217ebd5431e767a75d..008732c7a7705ff275d645883ca8d1ec992dfef6 100644 |
--- a/gpu/config/gpu_driver_bug_workaround_type.h |
+++ b/gpu/config/gpu_driver_bug_workaround_type.h |
@@ -138,6 +138,8 @@ |
wake_up_gpu_before_drawing) \ |
GPU_OP(UNBIND_EGL_CONTEXT_TO_FLUSH_DRIVER_CACHES, \ |
unbind_egl_context_to_flush_driver_caches) \ |
+ GPU_OP(DISABLE_MSAA_ON_NON_WEBGL_CONTEXTS, \ |
Zhenyao Mo
2015/09/30 23:50:13
alphabetic order
ericrk
2015/10/01 17:13:11
Done.
|
+ disable_msaa_on_non_webgl_contexts) \ |
namespace gpu { |