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

Unified Diff: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h

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/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
index 0a2072973616812355888d4a21f5cd224fae9fc2..9b1ddb964d582def6177a851de679c69e6c1c84b 100644
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
@@ -132,7 +132,8 @@ class WebGraphicsContext3DCommandBufferImpl
// on any failure.
static WebGraphicsContext3DCommandBufferImpl* CreateOffscreenContext(
GpuChannelHostFactory* factory,
- const WebGraphicsContext3D::Attributes& attributes);
+ const WebGraphicsContext3D::Attributes& attributes,
+ const GURL& active_url);
//----------------------------------------------------------------------
// WebGraphicsContext3D methods

Powered by Google App Engine
This is Rietveld 408576698