| Index: cc/quads/tile_draw_quad.h
|
| diff --git a/cc/quads/tile_draw_quad.h b/cc/quads/tile_draw_quad.h
|
| index 72e6bba5963b392218276b4e69fcb8f4cd719d03..e8941d522f1ce9f364cc3a7e1f4dd09768e78fe8 100644
|
| --- a/cc/quads/tile_draw_quad.h
|
| +++ b/cc/quads/tile_draw_quad.h
|
| @@ -36,12 +36,12 @@ class CC_EXPORT TileDrawQuad : public ContentDrawQuadBase {
|
| unsigned resource_id;
|
|
|
| virtual void IterateResources(const ResourceIteratorCallback& callback)
|
| - OVERRIDE;
|
| + override;
|
|
|
| static const TileDrawQuad* MaterialCast(const DrawQuad*);
|
|
|
| private:
|
| - virtual void ExtendValue(base::debug::TracedValue* value) const OVERRIDE;
|
| + virtual void ExtendValue(base::debug::TracedValue* value) const override;
|
| };
|
|
|
| } // namespace cc
|
|
|