| 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 ff99f654c56ca4e110dab55574ad713898ff598b..a62fb60a2b6204fc9b3a0ee2d786c2bf3043efb2 100644
|
| --- a/content/common/gpu/media/rendering_helper.h
|
| +++ b/content/common/gpu/media/rendering_helper.h
|
| @@ -40,6 +40,7 @@ class RenderingHelper {
|
| // Return a newly-created GLES2 texture id rendering to a specific window, and
|
| // signal |*done|.
|
| virtual void CreateTexture(int window_id,
|
| + uint32 texture_target,
|
| uint32* texture_id,
|
| base::WaitableEvent* done) = 0;
|
|
|
|
|