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

Unified Diff: gpu/command_buffer/common/capabilities.h

Issue 2933453002: Always use DirectCompositionSurfaceWin when using DirectComposition (Closed)
Patch Set: remove include Created 3 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/command_buffer/common/capabilities.h
diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
index 243e10b806e7ef9e5d35949a3f9caebabdd9f73f..d441e17918113f3563e0ed493cc91b7a5ca96f47 100644
--- a/gpu/command_buffer/common/capabilities.h
+++ b/gpu/command_buffer/common/capabilities.h
@@ -159,6 +159,7 @@ struct GPU_EXPORT Capabilities {
bool multisample_compatibility = false;
// True if DirectComposition layers are enabled.
bool dc_layers = false;
+ bool use_overlays_for_video = false;
sunnyps 2017/07/24 22:03:47 nit: If this is windows/DC specific, maybe the nam
// When this parameter is true, a CHROMIUM image created with RGB format will
// actually have RGBA format. The client is responsible for handling most of

Powered by Google App Engine
This is Rietveld 408576698