| Index: third_party/WebKit/Source/core/paint/PaintLayer.h
 | 
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
 | 
| index 264c5cfd584983ebd90cdce4744574b71b2b8214..faf11606910e9f636be7d4b46f4107f2d4755663 100644
 | 
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
 | 
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
 | 
| @@ -479,10 +479,10 @@ public:
 | 
|      // Maps "forward" to determine which pixels in a destination rect are
 | 
|      // affected by pixels in the source rect.
 | 
|      // See also FilterEffect::mapRect.
 | 
| -    FloatRect mapRectForFilter(const FloatRect&) const;
 | 
| +    FloatRect mapRectToAffectedFilterRegion(const FloatRect&) const;
 | 
|  
 | 
|      // Calls the above, rounding outwards.
 | 
| -    LayoutRect mapLayoutRectForFilter(const LayoutRect&) const;
 | 
| +    LayoutRect mapLayoutRectToAffectedFilterRegion(const LayoutRect&) const;
 | 
|  
 | 
|      bool hasFilterThatMovesPixels() const;
 | 
|  
 | 
| 
 |