| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
 | 
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
 | 
| index 1b47ccff10ca66306289c5268a017e3917eec0dc..24bf0e572abfd778c51a7150ae07dfd6a0bfdc28 100644
 | 
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
 | 
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
 | 
| @@ -143,6 +143,8 @@ public:
 | 
|      void setTransform(const TransformationMatrix&);
 | 
|      void setShouldFlattenTransform(bool);
 | 
|      void setRenderingContext(int id);
 | 
| +
 | 
| +    bool masksToBounds() const;
 | 
|      void setMasksToBounds(bool);
 | 
|  
 | 
|      bool drawsContent() const { return m_drawsContent; }
 | 
| 
 |