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

Unified Diff: ppapi/shared_impl/ppb_opengles2_shared.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/shared_impl/ppb_opengles2_shared.h
diff --git a/ppapi/shared_impl/ppb_opengles2_shared.h b/ppapi/shared_impl/ppb_opengles2_shared.h
index 672133c910a617f517222e10c62ffd7f8e3263aa..8f037b768e0b645d0de325bbae95dd3d8710db6f 100644
--- a/ppapi/shared_impl/ppb_opengles2_shared.h
+++ b/ppapi/shared_impl/ppb_opengles2_shared.h
@@ -21,6 +21,7 @@ class PPAPI_SHARED_EXPORT PPB_OpenGLES2_Shared {
static const PPB_OpenGLES2ChromiumEnableFeature_Dev*
GetChromiumEnableFeatureInterface();
static const PPB_OpenGLES2ChromiumMapSub_Dev* GetChromiumMapSubInterface();
+ static const PPB_OpenGLES2Query_Dev* GetQueryInterface();
};
} // namespace ppapi

Powered by Google App Engine
This is Rietveld 408576698