Index: content/renderer/media/renderer_gpu_video_accelerator_factories.h |
diff --git a/content/renderer/media/renderer_gpu_video_accelerator_factories.h b/content/renderer/media/renderer_gpu_video_accelerator_factories.h |
index da6b09130620daf5ff9fb82e3f02b70b4ac0a60f..5834370a04d835dddaac2d5a79848806698bba15 100644 |
--- a/content/renderer/media/renderer_gpu_video_accelerator_factories.h |
+++ b/content/renderer/media/renderer_gpu_video_accelerator_factories.h |
@@ -71,6 +71,9 @@ class CONTENT_EXPORT RendererGpuVideoAcceleratorFactories |
virtual ~RendererGpuVideoAcceleratorFactories(); |
private: |
+ // Helper to bind |context_provider| to the |task_runner_| thread initially. |
Ami GONE FROM CHROMIUM
2014/02/25 00:06:42
s/r|/r_|/
"initially" is vague.
sheu
2014/02/25 00:50:10
Done.
|
+ void BindContext(); |
+ |
// Helper to get a pointer to the WebGraphicsContext3DCommandBufferImpl, |
// if it has not been lost yet. |
WebGraphicsContext3DCommandBufferImpl* GetContext3d(); |