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

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

Issue 2646243002: Use IDCompositionSurface to implement DirectCompositionSurfaceWin. (Closed)
Patch Set: more changes Created 3 years, 11 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 e4ff124b87493806e0f04d1933a380ab547dec7c..a5e89d3716feb73fb0ba6e20608187e4bcc7f1c9 100644
--- a/gpu/command_buffer/common/capabilities.h
+++ b/gpu/command_buffer/common/capabilities.h
@@ -150,6 +150,7 @@ struct GPU_EXPORT Capabilities {
bool disable_one_component_textures;
bool disable_multisampling_color_mask_usage;
bool disable_webgl_rgb_multisampling_usage;
+ bool set_draw_rectangle;
// 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