Index: ppapi/cpp/compositor_layer.h |
diff --git a/ppapi/cpp/compositor_layer.h b/ppapi/cpp/compositor_layer.h |
index f431bd8d5ae810309a5781189b3b6d92d7efb7b0..9e65e87964d6e6075b81f3f4ba60fb952ae22154 100644 |
--- a/ppapi/cpp/compositor_layer.h |
+++ b/ppapi/cpp/compositor_layer.h |
@@ -70,6 +70,7 @@ class CompositorLayer : public Resource { |
/// |
/// param[in] context A <code>Graphics3D</code> corresponding to a graphics 3d |
/// resource which owns the GL texture. |
+ /// param[in] target GL texture target (GL_TEXTURE_2D, etc). |
/// param[in] texture A GL texture object id. |
/// param[in] size A <code>Size</code> for the size of the layer before |
/// transform. |
@@ -78,6 +79,7 @@ class CompositorLayer : public Resource { |
/// |
/// @return An int32_t containing a result code from <code>pp_errors.h</code>. |
int32_t SetTexture(const Graphics3D& context, |
+ uint32_t target, |
uint32_t texture, |
const Size& size, |
const CompletionCallback& cc); |