| Index: ppapi/proxy/compositor_layer_resource.h
|
| diff --git a/ppapi/proxy/compositor_layer_resource.h b/ppapi/proxy/compositor_layer_resource.h
|
| index a31d8fe7c8acc42671782796264666c2ba2b4eb1..09f5d81cee577d4d8b4e6c115a1dff670e6cafd8 100644
|
| --- a/ppapi/proxy/compositor_layer_resource.h
|
| +++ b/ppapi/proxy/compositor_layer_resource.h
|
| @@ -53,8 +53,14 @@ class PPAPI_PROXY_EXPORT CompositorLayerResource
|
| float blue,
|
| float alpha,
|
| const PP_Size* size) OVERRIDE;
|
| + virtual int32_t SetTexture0_1(
|
| + PP_Resource context,
|
| + uint32_t texture,
|
| + const PP_Size* size,
|
| + const scoped_refptr<ppapi::TrackedCallback>& callback) OVERRIDE;
|
| virtual int32_t SetTexture(
|
| PP_Resource context,
|
| + uint32_t target,
|
| uint32_t texture,
|
| const PP_Size* size,
|
| const scoped_refptr<TrackedCallback>& callback) OVERRIDE;
|
|
|