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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 10695133: Improve GPU process URL crash reporting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: using net hash function instead of messing with hash_tables.h Created 8 years, 5 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.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index d1108ad251b48cc1970a04cd29a0b86cde901ebd..50387fbf8dee942a07611e31d84e79f74e80f01c 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -743,7 +743,8 @@ RenderThreadImpl::GetGpuVDAContext3D() {
if (!gpu_vda_context3d_.get()) {
gpu_vda_context3d_.reset(
WebGraphicsContext3DCommandBufferImpl::CreateOffscreenContext(
- this, WebKit::WebGraphicsContext3D::Attributes()));
+ this, WebKit::WebGraphicsContext3D::Attributes(),
+ GURL("chrome://gpu/RenderThreadImpl::GetGpuVDAContext3D")));
}
return gpu_vda_context3d_->AsWeakPtr();
}
« no previous file with comments | « content/renderer/browser_plugin/old/guest_to_embedder_channel.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698