| Index: third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h b/third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h
|
| index b9b833661067d6b8a8bb8251f71ea7214041bdb4..8953ac3d6e1bee73a0a0987e0e00904f6ca54c55 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h
|
| @@ -28,7 +28,7 @@ public:
|
|
|
| LayoutBlockItem() { }
|
|
|
| - void invalidatePaintRectangle(const LayoutRect& layoutRect) const
|
| + void invalidatePaintRectangle(const LayoutRect& layoutRect)
|
| {
|
| toBlock()->invalidatePaintRectangle(layoutRect);
|
| }
|
|
|