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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2867053005: Flag for D3DVsync feature on chrome://flags (Closed)
Patch Set: CR feedback Created 3 years, 7 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 | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 2d865dfe2d36505e861f9f6f2c56ff312d8eaf44..dd9ac92903780fbc0a0981c86036274f99974d6b 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3137,4 +3137,14 @@ const char kCaptureThumbnailOnLoadFinishedDescription[] =
"Capture a page thumbnail (for use on the New Tab page) when the page load "
"finishes, in addition to other times a thumbnail may be captured.";
+#if defined(OS_WIN)
+
+// Name and description of the flag that enables D3D v-sync.
+const char kEnableD3DVsync[] = "D3D v-sync";
+const char kEnableD3DVsyncDescription[] =
+ "Produces v-sync signal by having D3D wait for vertical blanking interval "
+ "to occur.";
+
+#endif // defined(OS_WIN)
+
} // namespace flag_descriptions
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698