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

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

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.h
diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
index d375623f6fa5207f4a293be0ee2a5ae8c5979c92..b01ccb8c91302316f4fc5eb2e0c7f6330542046b 100644
--- a/gpu/command_buffer/common/capabilities.h
+++ b/gpu/command_buffer/common/capabilities.h
@@ -143,6 +143,7 @@ struct GPU_EXPORT Capabilities {
bool timer_queries;
bool surfaceless;
bool flips_vertically;
+ bool msaa_is_slow;
int major_version;
int minor_version;

Powered by Google App Engine
This is Rietveld 408576698