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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.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/plugin_ppb.cc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
index 63a3dc96be81d9019774e9fe6217c7744cd363fc..796e5dcb1a0f8d6c6598e93b1ce95ca9a5f5f64e 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
@@ -108,6 +108,9 @@ InterfaceMapElement interface_map[] = {
{ PPB_OPENGLES2_CHROMIUMMAPSUB_DEV_INTERFACE_1_0,
PluginGraphics3D::GetOpenGLESChromiumMapSubInterface(),
true },
+ { PPB_OPENGLES2_QUERY_DEV_INTERFACE_1_0,
+ PluginGraphics3D::GetOpenGLESQueryInterface(),
+ true },
{ PPB_PDF_INTERFACE, PluginPDF::GetInterface(), true },
{ PPB_SCROLLBAR_DEV_INTERFACE, PluginScrollbar::GetInterface(), true },
{ PPB_TCPSERVERSOCKET_PRIVATE_INTERFACE,

Powered by Google App Engine
This is Rietveld 408576698