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

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

Issue 2302393002: Support swap damage rect using eglSwapBuffersWithDamageKHR (Closed)
Patch Set: Add to Capabilities Created 4 years, 3 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 2462384b995657820fd9033d930b4b44e983f40d..15b403e661620f270a62899e183a0ecd6600366b 100644
--- a/gpu/command_buffer/common/capabilities.cc
+++ b/gpu/command_buffer/common/capabilities.cc
@@ -88,6 +88,7 @@ Capabilities::Capabilities()
disable_webgl_rgb_multisampling_usage(false),
chromium_image_rgb_emulation(false),
emulate_rgb_buffer_with_rgba(false),
+ swap_buffers_with_damage(false),
major_version(2),
minor_version(0) {}

Powered by Google App Engine
This is Rietveld 408576698