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 |