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

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

Issue 2670213005: Hook ANGLE_request_extension up to the passthrough cmd decoder. (Closed)
Patch Set: Address zmo@'s comments Created 3 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
« no previous file with comments | « gpu/command_buffer/service/context_group.h ('k') | gpu/command_buffer/service/feature_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/context_group.cc
diff --git a/gpu/command_buffer/service/context_group.cc b/gpu/command_buffer/service/context_group.cc
index 6c078a45c2294f58aeb3353694f72a45a582ce91..de793240f9b33f38a63ab05d96f2103cab443c77 100644
--- a/gpu/command_buffer/service/context_group.cc
+++ b/gpu/command_buffer/service/context_group.cc
@@ -38,6 +38,8 @@ void GetIntegerv(GLenum pname, uint32_t* var) {
*var = value;
}
+} // namespace anonymous
+
DisallowedFeatures AdjustDisallowedFeatures(
ContextType context_type, const DisallowedFeatures& disallowed_features) {
DisallowedFeatures adjusted_disallowed_features = disallowed_features;
@@ -56,8 +58,6 @@ DisallowedFeatures AdjustDisallowedFeatures(
return adjusted_disallowed_features;
}
-} // namespace anonymous
-
ContextGroup::ContextGroup(
const GpuPreferences& gpu_preferences,
const scoped_refptr<MailboxManager>& mailbox_manager,
« no previous file with comments | « gpu/command_buffer/service/context_group.h ('k') | gpu/command_buffer/service/feature_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698