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

Unified Diff: content/common/webkitplatformsupport_impl.cc

Issue 10695133: Improve GPU process URL crash reporting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/common/webkitplatformsupport_impl.cc
diff --git a/content/common/webkitplatformsupport_impl.cc b/content/common/webkitplatformsupport_impl.cc
index f8700d718827bea930dedf631f67aa638e6ae96e..2dc9153b863ee49644569f8537e5291396ef1567 100644
--- a/content/common/webkitplatformsupport_impl.cc
+++ b/content/common/webkitplatformsupport_impl.cc
@@ -63,7 +63,8 @@ WebKitPlatformSupportImpl::createOffscreenGraphicsContext3D(
attributes, false);
} else {
return WebGraphicsContext3DCommandBufferImpl::CreateOffscreenContext(
- GetGpuChannelHostFactory(), attributes);
+ GetGpuChannelHostFactory(), attributes,
+ GURL("WebKitPlatformSupportImpl::createOffscreenGraphicsContext3D"));
}
}

Powered by Google App Engine
This is Rietveld 408576698