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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 18501018: Enable ANGLE D3D11 runtime for Windows 7+. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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/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 41ccf2e40afbe7a90c7986826f725b62c3d937a4..990c6ae9e7f80a4a868f76fc1a668b87aa2f7617 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -60,6 +60,8 @@
use_non_zero_size_for_client_side_stream_buffers) \
GPU_OP(DISABLE_ASYNC_READPIXELS, \
disable_async_readpixels) \
+ GPU_OP(DISABLE_D3D11, \
+ disable_d3d11) \
namespace gpu {

Powered by Google App Engine
This is Rietveld 408576698