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

Unified Diff: ui/gl/egl_api_unittest.cc

Issue 1203513004: Respect the disabled extension list during binding initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: EGL_KHR_fence_sync must be unconditionally enabled; ANGLE GetPlatformExtensions reqires client exte… Created 5 years, 6 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 | « no previous file | ui/gl/generate_bindings.py » ('j') | ui/gl/generate_bindings.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/egl_api_unittest.cc
diff --git a/ui/gl/egl_api_unittest.cc b/ui/gl/egl_api_unittest.cc
index fc8a4ff45033b3a27633c15a8c5eef74561ce522..e88afc7047a348c8352e06aa224eda4cdf787fc4 100644
--- a/ui/gl/egl_api_unittest.cc
+++ b/ui/gl/egl_api_unittest.cc
@@ -39,7 +39,6 @@ class EGLApiTest : public testing::Test {
api_->InitializeWithCommandLine(&g_driver_egl, command_line);
else
api_->Initialize(&g_driver_egl);
- api_->InitializeFilteredExtensions();
}
void SetFakeExtensionString(const char* fake_string) {
« no previous file with comments | « no previous file | ui/gl/generate_bindings.py » ('j') | ui/gl/generate_bindings.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698