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

Unified Diff: content/renderer/media/android/stream_texture_factory.h

Issue 1845563005: Refactor content/common/gpu into gpu/ipc/service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/media/android/stream_texture_factory.h
diff --git a/content/renderer/media/android/stream_texture_factory.h b/content/renderer/media/android/stream_texture_factory.h
index 87977cf1fc60f82c066f29e4054a5906396013f7..4ce86124e0bad02fd66dfda161862b52962816c3 100644
--- a/content/renderer/media/android/stream_texture_factory.h
+++ b/content/renderer/media/android/stream_texture_factory.h
@@ -66,8 +66,8 @@ class StreamTextureFactory : public base::RefCounted<StreamTextureFactory> {
int player_id,
int frame_id) = 0;
- // Creates a StreamTexture and returns its id. Sets |*texture_id| to the
- // client-side id of the StreamTexture. The texture is produced into
+ // Creates a gpu::StreamTexture and returns its id. Sets |*texture_id| to the
+ // client-side id of the gpu::StreamTexture. The texture is produced into
// a mailbox so it can be shipped in a VideoFrame.
virtual unsigned CreateStreamTexture(unsigned texture_target,
unsigned* texture_id,

Powered by Google App Engine
This is Rietveld 408576698