Chromium Code Reviews| Index: Source/core/rendering/shapes/BoxShape.h |
| diff --git a/Source/core/rendering/shapes/BoxShape.h b/Source/core/rendering/shapes/BoxShape.h |
| index e5c81636118ad1e2eace2a31c6bba24deff69679..70f067b8208ecf891f9793a28a9ac5abadd8e3d7 100644 |
| --- a/Source/core/rendering/shapes/BoxShape.h |
| +++ b/Source/core/rendering/shapes/BoxShape.h |
| @@ -35,7 +35,7 @@ |
| namespace WebCore { |
| -class BoxShape : public Shape { |
| +class BoxShape FINAL : public Shape { |
| public: |
| BoxShape(const FloatRoundedRect& bounds) |
| : Shape() |