| 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 47e71d665eb0186ec0c9b0b3744b60e2e74b5371..88c80a32f6c0e1f31d8997183898346e5e647c80 100644
|
| --- a/content/browser/compositor/software_output_device_x11.h
|
| +++ b/content/browser/compositor/software_output_device_x11.h
|
| @@ -20,9 +20,9 @@ class SoftwareOutputDeviceX11 : public cc::SoftwareOutputDevice {
|
| public:
|
| explicit SoftwareOutputDeviceX11(ui::Compositor* compositor);
|
|
|
| - virtual ~SoftwareOutputDeviceX11();
|
| + ~SoftwareOutputDeviceX11() override;
|
|
|
| - virtual void EndPaint(cc::SoftwareFrameData* frame_data) override;
|
| + void EndPaint(cc::SoftwareFrameData* frame_data) override;
|
|
|
| private:
|
| ui::Compositor* compositor_;
|
|
|