| Index: content/browser/compositor/software_output_device_x11.h
|
| diff --git a/content/browser/compositor/software_output_device_x11.h b/content/browser/compositor/software_output_device_x11.h
|
| index 0bd07c3c95ccc7a42ac7ebb0b71cbbc2b2ad8d05..20ae6428e632cb1256b2c9f31736e632250e6359 100644
|
| --- a/content/browser/compositor/software_output_device_x11.h
|
| +++ b/content/browser/compositor/software_output_device_x11.h
|
| @@ -29,6 +29,8 @@ class SoftwareOutputDeviceX11 : public cc::SoftwareOutputDevice {
|
| XDisplay* display_;
|
| GC gc_;
|
| XWindowAttributes attributes_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(SoftwareOutputDeviceX11);
|
| };
|
|
|
| } // namespace content
|
|
|