| Index: third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h
 | 
| index ac50da5e24efb1f302ceca956a9407e3d709ce20..5f97681aeb67d388a4d065035c58b966f2cda338 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h
 | 
| @@ -108,6 +108,8 @@ public:
 | 
|      static AffineTransform deprecatedCalculateTransformToLayer(const LayoutObject*);
 | 
|      static float calculateScreenFontSizeScalingFactor(const LayoutObject*);
 | 
|  
 | 
| +    static LayoutObject* findClosestLayoutSVGText(LayoutObject*, const FloatPoint&);
 | 
| +
 | 
|  private:
 | 
|      static void updateObjectBoundingBox(FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, LayoutObject* other, FloatRect otherBoundingBox);
 | 
|      static bool layoutSizeOfNearestViewportChanged(const LayoutObject* start);
 | 
| 
 |