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

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

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.cc
diff --git a/gpu/command_buffer/common/capabilities.cc b/gpu/command_buffer/common/capabilities.cc
index 2098ac641c163a2e2d94ea2b7683e47451e85363..002ab94c63f289bbb5dc1635d3703a8b771293b9 100644
--- a/gpu/command_buffer/common/capabilities.cc
+++ b/gpu/command_buffer/common/capabilities.cc
@@ -89,6 +89,7 @@ Capabilities::Capabilities()
disable_one_component_textures(false),
disable_multisampling_color_mask_usage(false),
disable_webgl_rgb_multisampling_usage(false),
+ set_draw_rectangle(false),
chromium_image_rgb_emulation(false),
emulate_rgb_buffer_with_rgba(false),
major_version(2),

Powered by Google App Engine
This is Rietveld 408576698