Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index 50d1362f43155b11d08332cbd65a86dc3d468098..8468e8e39b380876c3760a9875f2117fb9bdcd3e 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -272,9 +272,9 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread, |
// Handle loss of the shared GpuVDAContext3D context above. |
static void OnGpuVDAContextLoss(); |
- scoped_refptr<ContextProviderCommandBuffer> |
+ scoped_refptr<cc::ContextProvider> |
OffscreenContextProviderForMainThread(); |
- scoped_refptr<ContextProviderCommandBuffer> |
+ scoped_refptr<cc::ContextProvider> |
OffscreenContextProviderForCompositorThread(); |
// AudioRendererMixerManager instance which manages renderer side mixer |