Chromium Code Reviews| 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..065c2f134d2d2015bbf464cf74c272d5e971fc11 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, |
| + int texture_target, |
|
Ami GONE FROM CHROMIUM
2012/05/23 23:42:33
uint32 to match other GL types
sail
2012/05/29 18:58:09
Done.
|
| uint32* texture_id, |
| base::WaitableEvent* done) = 0; |