| 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
|
|
|