diff options
Diffstat (limited to 'chrome/common/transport_dib.h')
-rw-r--r-- | chrome/common/transport_dib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/transport_dib.h b/chrome/common/transport_dib.h index 8f5be3a..e20dd5c 100644 --- a/chrome/common/transport_dib.h +++ b/chrome/common/transport_dib.h @@ -23,7 +23,8 @@ class Size; // ----------------------------------------------------------------------------- // A TransportDIB is a block of memory that is used to transport pixels -// from the renderer process to the browser. +// between processes: from the renderer process to the browser, and +// between renderer and plugin processes. // ----------------------------------------------------------------------------- class TransportDIB { public: |