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

Unified Diff: trunk/src/chrome/browser/about_flags.cc

Issue 189543017: Revert 254571 "Remove the enable-d3d11 flag so that d3d11 is ena..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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
« no previous file with comments | « trunk/src/chrome/app/generated_resources.grd ('k') | trunk/src/content/test/gpu/page_sets/pixel_tests.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/about_flags.cc
===================================================================
--- trunk/src/chrome/browser/about_flags.cc (revision 256016)
+++ trunk/src/chrome/browser/about_flags.cc (working copy)
@@ -521,6 +521,13 @@
SINGLE_VALUE_TYPE(switches::kDisableExperimentalWebGL)
},
{
+ "enable-d3d11",
+ IDS_FLAGS_ENABLE_D3D11_NAME,
+ IDS_FLAGS_ENABLE_D3D11_DESCRIPTION,
+ kOsWin,
+ SINGLE_VALUE_TYPE(switches::kEnableD3D11)
+ },
+ {
"disable-webrtc",
IDS_FLAGS_DISABLE_WEBRTC_NAME,
IDS_FLAGS_DISABLE_WEBRTC_DESCRIPTION,
« no previous file with comments | « trunk/src/chrome/app/generated_resources.grd ('k') | trunk/src/content/test/gpu/page_sets/pixel_tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698