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

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

Issue 2673473002: Rename SwapBuffersWithDamage to SwapBuffersWithBounds (Closed)
Patch Set: Fix Cast compile error + autogen test logic 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 11e9117677eed0179ede8ecd1104c465b809aaf0..f94d8f74871f00e1287f835a142a4e9213275d06 100644
--- a/gpu/command_buffer/common/capabilities.cc
+++ b/gpu/command_buffer/common/capabilities.cc
@@ -57,7 +57,7 @@ Capabilities::Capabilities()
num_program_binary_formats(0),
uniform_buffer_offset_alignment(1),
post_sub_buffer(false),
- swap_buffers_with_damage(false),
+ swap_buffers_with_bounds(false),
commit_overlay_planes(false),
egl_image_external(false),
texture_format_astc(false),

Powered by Google App Engine
This is Rietveld 408576698