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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h

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_graphics_3d.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
index a071e4b979ce76229f54222b46d7670832abf0aa..2adec3a391e4bbee47d91bcb7e4c1aed6837f294 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
@@ -43,6 +43,8 @@ class PluginGraphics3D : public PluginResource {
GetOpenGLESChromiumEnableFeatureInterface();
static const PPB_OpenGLES2ChromiumMapSub_Dev*
GetOpenGLESChromiumMapSubInterface();
+ static const PPB_OpenGLES2Query_Dev*
+ GetOpenGLESQueryInterface();
virtual bool InitFromBrowserResource(PP_Resource graphics3d_id);

Powered by Google App Engine
This is Rietveld 408576698