| Index: third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
|
| index bc1ca21b9a2670e56b3d3ed8ea9e3b5c67dfd74f..55ed9ddc7c94198f9294a01f473fd1ea86d8afb6 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
|
| @@ -96,7 +96,7 @@ struct PaintLayerPaintingInfo {
|
| GlobalPaintFlags GetGlobalPaintFlags() const { return global_paint_flags_; }
|
|
|
| // TODO(jchaffraix): We should encapsulate all these fields.
|
| - PaintLayer* root_layer;
|
| + const PaintLayer* root_layer;
|
| LayoutRect paint_dirty_rect; // relative to rootLayer;
|
| LayoutSize sub_pixel_accumulation;
|
| IntSize scroll_offset_accumulation;
|
|
|