Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(807)

Unified Diff: trunk/src/content/renderer/media/renderer_gpu_video_accelerator_factories.h

Issue 176923018: Revert 253259 "Move ContextProvider binding to inside GpuVideoAc..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/content/renderer/media/renderer_gpu_video_accelerator_factories.h
===================================================================
--- trunk/src/content/renderer/media/renderer_gpu_video_accelerator_factories.h (revision 253325)
+++ trunk/src/content/renderer/media/renderer_gpu_video_accelerator_factories.h (working copy)
@@ -71,10 +71,6 @@
virtual ~RendererGpuVideoAcceleratorFactories();
private:
- // Helper to bind |context_provider| to the |task_runner_| thread after
- // construction.
- void BindContext();
-
// Helper to get a pointer to the WebGraphicsContext3DCommandBufferImpl,
// if it has not been lost yet.
WebGraphicsContext3DCommandBufferImpl* GetContext3d();

Powered by Google App Engine
This is Rietveld 408576698