Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index 1709a7f4b56c955cfffcec92bb6c8a74aad77f74..dba523986873529bff45497ecff55b73b628e11e 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -123,7 +123,7 @@ void AcceleratedSurfaceBuffersSwappedCompleted(int host_id, |
#if defined(TOOLKIT_GTK) |
// Used to put a lock on surfaces so that the window to which the GPU |
// process is drawing to doesn't disappear while it is drawing when |
-// a tab is closed. |
+// a WebContents is closed. |
class GpuProcessHost::SurfaceRef { |
public: |
explicit SurfaceRef(gfx::PluginWindowHandle surface); |