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

Unified Diff: content/renderer/render_view_impl.cc

Issue 132163004: Remove WebGraphicsContext3D getter from cc::ContextProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index 49ba175ec55a9161237d97b9908bd1b05ef156e9..dde4f8fad71a0e3488d41030af5c7057c4946f0c 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -5999,7 +5999,7 @@ WebMediaPlayer* RenderViewImpl::CreateAndroidWebMediaPlayer(
}
stream_texture_factory.reset(new StreamTextureFactoryImpl(
- context_provider->WebContext3D(), gpu_channel_host, routing_id_));
+ context_provider, gpu_channel_host, routing_id_));
}
scoped_ptr<WebMediaPlayerAndroid> web_media_player_android(
« no previous file with comments | « content/renderer/media/android/webmediaplayer_android.cc ('k') | mojo/examples/aura_demo/demo_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698