| Index: chrome/common/transport_dib.h
|
| diff --git a/chrome/common/transport_dib.h b/chrome/common/transport_dib.h
|
| index 8f5be3a4fadef6d4f713471b3b7b65958809cca1..e20dd5c0708e877a296c5ae889a091af50b85660 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:
|
|
|