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

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

Issue 2670213005: Hook ANGLE_request_extension up to the passthrough cmd decoder. (Closed)
Patch Set: Address zmo's comments. 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/feature_info.cc
diff --git a/gpu/command_buffer/service/feature_info.cc b/gpu/command_buffer/service/feature_info.cc
index e8b838505add6ffdc5b002ffc0116b834c7a6a3f..1a0f6319d4aaecb7753e64044f0a82efc62df478 100644
--- a/gpu/command_buffer/service/feature_info.cc
+++ b/gpu/command_buffer/service/feature_info.cc
@@ -1400,6 +1400,8 @@ void FeatureInfo::InitializeFeatures() {
extensions.Contains("GL_CHROMIUM_bind_generates_resource");
feature_flags_.angle_webgl_compatibility =
extensions.Contains("GL_ANGLE_webgl_compatibility");
+ feature_flags_.angle_request_extension =
+ extensions.Contains("GL_ANGLE_request_extension");
}
bool FeatureInfo::IsES3Capable() const {

Powered by Google App Engine
This is Rietveld 408576698