Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index cf48425b3494f1b407771580d46d1b53cba1fb3b..287281a58f577f04ffddc14870b268d7ddbf0a59 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -277,9 +277,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 |