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

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

Issue 1781093002: Add CONTEXT_TYPE_OPENGLES2_PEPPER (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move workaround to gpu::Capabilities Created 4 years, 9 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 e9203e81640c25ee5f29d6a7074b5e5ef5c8d1c3..23d1abb091dae4fd16861187a6325fe7bc17d82c 100644
--- a/gpu/command_buffer/common/capabilities.cc
+++ b/gpu/command_buffer/common/capabilities.cc
@@ -83,6 +83,7 @@ Capabilities::Capabilities()
timer_queries(false),
surfaceless(false),
flips_vertically(false),
+ msaa_is_slow(false),
major_version(2),
minor_version(0) {}

Powered by Google App Engine
This is Rietveld 408576698