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

Unified Diff: content/renderer/render_thread_impl.h

Issue 1916923004: Request context sharing via content::ContextProviderCommandBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sharegroup: . Created 4 years, 8 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index a6254f0fb65cec6a465e3e1ebd2544f1d4809727..9403929ce4c573e97fe5b77d81a9f8885a6a813d 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -63,10 +63,6 @@ class ImageSerializationProcessor;
class TaskGraphRunner;
}
-namespace cc_blink {
-class ContextProviderWebContext;
-}
-
namespace gpu {
class GpuChannelHost;
}
@@ -355,8 +351,7 @@ class CONTENT_EXPORT RenderThreadImpl
media::GpuVideoAcceleratorFactories* GetGpuFactories();
- scoped_refptr<cc_blink::ContextProviderWebContext>
- SharedMainThreadContextProvider();
+ scoped_refptr<ContextProviderCommandBuffer> SharedMainThreadContextProvider();
// AudioRendererMixerManager instance which manages renderer side mixer
// instances shared based on configured audio parameters. Lazily created on
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698