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

Unified Diff: gpu/ipc/service/direct_composition_surface_win.cc

Issue 2890963002: Add enum entry for Windows 10 RS2 (Creators Update) (Closed)
Patch Set: 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 | « content/browser/gpu/gpu_data_manager_impl_private.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/direct_composition_surface_win.cc
diff --git a/gpu/ipc/service/direct_composition_surface_win.cc b/gpu/ipc/service/direct_composition_surface_win.cc
index 13b9a03827f0dc2a9d3f3abe14bd63308f045b15..9a52f6810fa9d50e58eb45f3dc6639796108855e 100644
--- a/gpu/ipc/service/direct_composition_surface_win.cc
+++ b/gpu/ipc/service/direct_composition_surface_win.cc
@@ -118,7 +118,7 @@ bool HardwareSupportsOverlays() {
// Before Windows 10 Anniversary Update (Redstone 1), overlay planes
// wouldn't be assigned to non-UWP apps.
- if (base::win::GetVersion() < base::win::VERSION_WIN10_R1)
+ if (base::win::GetVersion() < base::win::VERSION_WIN10_RS1)
return false;
base::win::ScopedComPtr<ID3D11Device> d3d11_device =
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl_private.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698