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

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

Issue 1243263002: content: Pass surfacelessness of GL context from GPU to browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 19f1d26fa05716455a1dd5090e019b516da9aed9..dd08875299475b1196f82b8a40987ee11adf9e2c 100644
--- a/gpu/command_buffer/common/capabilities.h
+++ b/gpu/command_buffer/common/capabilities.h
@@ -135,6 +135,7 @@ struct GPU_EXPORT Capabilities {
bool render_buffer_format_bgra8888;
bool occlusion_query_boolean;
bool timer_queries;
+ bool surfaceless;
int major_version;
int minor_version;
« no previous file with comments | « content/browser/compositor/gpu_process_transport_factory.cc ('k') | gpu/command_buffer/common/capabilities.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698