| Index: content/renderer/gpu/compositor_software_output_device.h
|
| diff --git a/content/renderer/gpu/compositor_software_output_device.h b/content/renderer/gpu/compositor_software_output_device.h
|
| index 75bda0ce53edfc5f07fa34a7671aeac24a7d470e..3f232e062b96908b2c4b5bcf4586bb5c77329e2d 100644
|
| --- a/content/renderer/gpu/compositor_software_output_device.h
|
| +++ b/content/renderer/gpu/compositor_software_output_device.h
|
| @@ -27,7 +27,7 @@ namespace content {
|
| class CompositorSoftwareOutputDevice
|
| : NON_EXPORTED_BASE(public cc::SoftwareOutputDevice),
|
| NON_EXPORTED_BASE(public base::NonThreadSafe) {
|
| -public:
|
| + public:
|
| CompositorSoftwareOutputDevice();
|
| virtual ~CompositorSoftwareOutputDevice();
|
|
|
| @@ -40,7 +40,7 @@ public:
|
|
|
| virtual void ReclaimSoftwareFrame(unsigned id) OVERRIDE;
|
|
|
| -private:
|
| + private:
|
| // Internal buffer class that manages shared memory lifetime and ownership.
|
| // It also tracks buffers' history so we can calculate what's the minimum
|
| // damage rect difference between any two given buffers (see SetParent and
|
|
|