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

Unified Diff: content/renderer/render_thread_impl.h

Issue 16235005: Add ContextProvider overrides to SynchronousCompositorFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: 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

Powered by Google App Engine
This is Rietveld 408576698