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 3f232e062b96908b2c4b5bcf4586bb5c77329e2d..b57ac26075f26e73e05295227755c6da14e819a6 100644 |
--- a/content/renderer/gpu/compositor_software_output_device.h |
+++ b/content/renderer/gpu/compositor_software_output_device.h |
@@ -31,14 +31,14 @@ class CompositorSoftwareOutputDevice |
CompositorSoftwareOutputDevice(); |
virtual ~CompositorSoftwareOutputDevice(); |
- virtual void Resize(const gfx::Size& pixel_size, float scale_factor) OVERRIDE; |
+ virtual void Resize(const gfx::Size& pixel_size, float scale_factor) override; |
- virtual SkCanvas* BeginPaint(const gfx::Rect& damage_rect) OVERRIDE; |
- virtual void EndPaint(cc::SoftwareFrameData* frame_data) OVERRIDE; |
- virtual void EnsureBackbuffer() OVERRIDE; |
- virtual void DiscardBackbuffer() OVERRIDE; |
+ virtual SkCanvas* BeginPaint(const gfx::Rect& damage_rect) override; |
+ virtual void EndPaint(cc::SoftwareFrameData* frame_data) override; |
+ virtual void EnsureBackbuffer() override; |
+ virtual void DiscardBackbuffer() override; |
- virtual void ReclaimSoftwareFrame(unsigned id) OVERRIDE; |
+ virtual void ReclaimSoftwareFrame(unsigned id) override; |
private: |
// Internal buffer class that manages shared memory lifetime and ownership. |