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

Unified Diff: content/renderer/gpu/transport_texture_service.h

Issue 7860028: Retry 3 to split WebGraphicsContext3DCommandBufferImpl::initialize() into two stages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fold thread fixes into this patch. Created 9 years, 3 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/gpu/transport_texture_service.h
diff --git a/content/renderer/gpu/transport_texture_service.h b/content/renderer/gpu/transport_texture_service.h
index 96f51018c2b31c69dd452d50f697ae2bd369a0b6..b4d67f5c305525b90ded50b98ab3b96f3302877e 100644
--- a/content/renderer/gpu/transport_texture_service.h
+++ b/content/renderer/gpu/transport_texture_service.h
@@ -31,7 +31,7 @@ class TransportTextureService : public IPC::ChannelProxy::MessageFilter,
virtual void OnFilterRemoved();
virtual void OnChannelClosing();
- // Called on RenderThread to create a TransportTextureHost.
+ // Called on ChildThread to create a TransportTextureHost.
//
// A routing ID for the GLES2 context needs to be provided. This is
// important because the resources used needs to be shared with the GLES2
« no previous file with comments | « content/renderer/gpu/renderer_gl_context.cc ('k') | content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698