summaryrefslogtreecommitdiffstats
path: root/cc/output/direct_renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/output/direct_renderer.h')
-rw-r--r--cc/output/direct_renderer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
index f13ed37..d4c4ba6 100644
--- a/cc/output/direct_renderer.h
+++ b/cc/output/direct_renderer.h
@@ -26,13 +26,13 @@ class CC_EXPORT DirectRenderer : public Renderer {
virtual ~DirectRenderer();
virtual void DecideRenderPassAllocationsForFrame(
- const RenderPassList& render_passes_in_draw_order) OVERRIDE;
- virtual bool HasAllocatedResourcesForTesting(RenderPassId id) const OVERRIDE;
+ const RenderPassList& render_passes_in_draw_order) override;
+ virtual bool HasAllocatedResourcesForTesting(RenderPassId id) const override;
virtual void DrawFrame(RenderPassList* render_passes_in_draw_order,
float device_scale_factor,
const gfx::Rect& device_viewport_rect,
const gfx::Rect& device_clip_rect,
- bool disable_picture_quad_image_filtering) OVERRIDE;
+ bool disable_picture_quad_image_filtering) override;
struct CC_EXPORT DrawingFrame {
DrawingFrame();