Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ppapi / thunk / ppb_compositor_layer_api.h
index e59f632..23635f3 100644 (file)
@@ -20,8 +20,14 @@ class PPAPI_THUNK_EXPORT PPB_CompositorLayer_API {
                            float blue,
                            float alpha,
                            const PP_Size* size) = 0;
+  virtual int32_t SetTexture0_1(
+      PP_Resource context,
+      uint32_t texture,
+      const PP_Size* size,
+      const scoped_refptr<ppapi::TrackedCallback>& callback) = 0;
   virtual int32_t SetTexture(
       PP_Resource context,
+      uint32_t target,
       uint32_t texture,
       const PP_Size* size,
       const scoped_refptr<ppapi::TrackedCallback>& callback) = 0;