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

Unified Diff: gpu/command_buffer/service/context_group.h

Issue 2670213005: Hook ANGLE_request_extension up to the passthrough cmd decoder. (Closed)
Patch Set: Fix extension check. Created 3 years, 10 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/service/context_group.h
diff --git a/gpu/command_buffer/service/context_group.h b/gpu/command_buffer/service/context_group.h
index 525bb1e6cc26271868c9eb2165c54284a6d10c4d..34b092ed75d40a33937266c290c3b102cdc4c8f7 100644
--- a/gpu/command_buffer/service/context_group.h
+++ b/gpu/command_buffer/service/context_group.h
@@ -47,6 +47,10 @@ class MemoryTracker;
struct DisallowedFeatures;
struct PassthroughResources;
+DisallowedFeatures AdjustDisallowedFeatures(
+ ContextType context_type,
+ const DisallowedFeatures& disallowed_features);
+
// A Context Group helps manage multiple GLES2Decoders that share
// resources.
class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> {

Powered by Google App Engine
This is Rietveld 408576698