diff options
Diffstat (limited to 'chrome/common/transport_dib.h')
-rw-r--r-- | chrome/common/transport_dib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/transport_dib.h b/chrome/common/transport_dib.h index 6d137ff..c28d78d 100644 --- a/chrome/common/transport_dib.h +++ b/chrome/common/transport_dib.h @@ -142,6 +142,8 @@ class TransportDIB { Display* display_; // connection to the X server #endif size_t size_; // length, in bytes + + DISALLOW_COPY_AND_ASSIGN(TransportDIB); }; class MessageLoop; |