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

Unified Diff: content/renderer/render_thread_impl.h

Issue 12506003: Stop using the WebView::sharedGraphicsContext3D interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixin Created 7 years, 9 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/pepper/pepper_plugin_delegate_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 acc7cf6dfdef5ea6bcf94e90cbe3318ac345b71e..daa68ef981b2040540b55a6903b4806101df4486 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -72,6 +72,7 @@ class AudioInputMessageFilter;
class AudioMessageFilter;
class AudioRendererMixerManager;
class CompositorThread;
+class ContextProviderCommandBuffer;
class DBMessageFilter;
class DevToolsAgentFilter;
class DomStorageDispatcher;
@@ -273,8 +274,9 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
// Handle loss of the shared GpuVDAContext3D context above.
static void OnGpuVDAContextLoss();
- scoped_refptr<cc::ContextProvider> OffscreenContextProviderForMainThread();
- scoped_refptr<cc::ContextProvider>
+ scoped_refptr<ContextProviderCommandBuffer>
+ OffscreenContextProviderForMainThread();
+ scoped_refptr<ContextProviderCommandBuffer>
OffscreenContextProviderForCompositorThread();
// AudioRendererMixerManager instance which manages renderer side mixer
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698