| Index: content/common/gpu/media/rendering_helper.h
|
| diff --git a/content/common/gpu/media/rendering_helper.h b/content/common/gpu/media/rendering_helper.h
|
| index aee495adf0bb5e6fb5c00c7c83e228ab0b0a22b7..7890b5332dbdd7ebf9a1fbf2a7d7eabdd637bf35 100644
|
| --- a/content/common/gpu/media/rendering_helper.h
|
| +++ b/content/common/gpu/media/rendering_helper.h
|
| @@ -69,8 +69,8 @@ class RenderingHelper {
|
| uint32* texture_id,
|
| base::WaitableEvent* done);
|
|
|
| - // Render |texture_id| to the screen.
|
| - void RenderTexture(uint32 texture_id);
|
| + // Render |texture_id| to the screen using target |texture_target|.
|
| + void RenderTexture(uint32 texture_target, uint32 texture_id);
|
|
|
| // Delete |texture_id|.
|
| void DeleteTexture(uint32 texture_id);
|
|
|