Chromium Code Reviews| Index: Source/core/rendering/svg/RenderSVGResourceGradient.h | 
| diff --git a/Source/core/rendering/svg/RenderSVGResourceGradient.h b/Source/core/rendering/svg/RenderSVGResourceGradient.h | 
| index 0bc058a2c0eb98a5c80edf5374e08e4ab79a1ed5..21c00090da8a3062db210a0377d0a15254cbfa5a 100644 | 
| --- a/Source/core/rendering/svg/RenderSVGResourceGradient.h | 
| +++ b/Source/core/rendering/svg/RenderSVGResourceGradient.h | 
| @@ -51,6 +51,8 @@ public: | 
| virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE FINAL; | 
| virtual void postApplyResource(RenderObject*, GraphicsContext*&) OVERRIDE FINAL; | 
| + virtual bool isChildAllowed(RenderObject* child, RenderStyle*) const OVERRIDE FINAL; | 
| 
 
fs
2014/10/09 14:59:07
Nit: Use lowercase override/final (will probably c
 
 | 
| + | 
| protected: | 
| void addStops(GradientData*, const Vector<Gradient::ColorStop>&) const; |