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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc

Issue 9601020: Add OpenGL occlusion query support to pepper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update to trunk Created 8 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
Index: ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc b/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc
index 02d4eb7a2eacd796f806e2e9b8d7a0043fd80b20..420a7333c39b5157bb1f5e67ee2bf21a2f0478b3 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc
@@ -194,6 +194,7 @@ const void* GetBrowserInterface(const char* interface_name) {
PPB_OPENGLES2_FRAMEBUFFERMULTISAMPLE_DEV_INTERFACE,
PPB_OPENGLES2_CHROMIUMENABLEFEATURE_DEV_INTERFACE,
PPB_OPENGLES2_CHROMIUMMAPSUB_DEV_INTERFACE,
+ PPB_OPENGLES2_QUERY_DEV_INTERFACE,
PPB_LAYER_COMPOSITOR_DEV_INTERFACE
};
for (size_t i = 0; i < NACL_ARRAY_SIZE(disabled_interface_names); i++) {

Powered by Google App Engine
This is Rietveld 408576698