| Index: content/browser/compositor/software_output_device_ozone.h
|
| diff --git a/content/browser/compositor/software_output_device_ozone.h b/content/browser/compositor/software_output_device_ozone.h
|
| index 600138ff96e01395ee833f6bd2e09f4a30080e40..ef947e16c44b7880de868e83f4b24d5b08de4bc5 100644
|
| --- a/content/browser/compositor/software_output_device_ozone.h
|
| +++ b/content/browser/compositor/software_output_device_ozone.h
|
| @@ -26,9 +26,9 @@ class CONTENT_EXPORT SoftwareOutputDeviceOzone
|
| virtual ~SoftwareOutputDeviceOzone();
|
|
|
| virtual void Resize(const gfx::Size& viewport_pixel_size,
|
| - float scale_factor) OVERRIDE;
|
| - virtual SkCanvas* BeginPaint(const gfx::Rect& damage_rect) OVERRIDE;
|
| - virtual void EndPaint(cc::SoftwareFrameData* frame_data) OVERRIDE;
|
| + float scale_factor) override;
|
| + virtual SkCanvas* BeginPaint(const gfx::Rect& damage_rect) override;
|
| + virtual void EndPaint(cc::SoftwareFrameData* frame_data) override;
|
|
|
| private:
|
| ui::Compositor* compositor_;
|
|
|