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

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

Issue 1845563005: Refactor content/common/gpu into gpu/ipc/service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn libs defs Created 4 years, 9 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/gpu_channel_host.h
diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h
index ab879de36987d35582842dc47753f1531f75f93a..230fc77fbc789f542d68d8cf3e04897e8ffe8ef6 100644
--- a/content/common/gpu/client/gpu_channel_host.h
+++ b/content/common/gpu/client/gpu_channel_host.h
@@ -61,7 +61,7 @@ class CONTENT_EXPORT GpuChannelHostFactory {
};
// Encapsulates an IPC channel between the client and one GPU process.
-// On the GPU process side there's a corresponding GpuChannel.
+// On the GPU process side there's a corresponding gpu::GpuChannel.
piman 2016/03/31 19:26:16 nit: this will conflict with https://codereview.ch
Mark Dittmer 2016/03/31 19:57:34 Done.
// Every method can be called on any thread with a message loop, except for the
// IO thread.
class GpuChannelHost : public IPC::Sender,

Powered by Google App Engine
This is Rietveld 408576698