| 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 e5e7200e30044e6bdf5d7a0861127060e6196aff..bb44d9feca2ba511708217188dab3044bf1632c3 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -875,7 +875,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
| OverlayScrollbarClipBehavior = kIgnorePlatformOverlayScrollbarSize,
|
| ShouldRespectOverflowClipType = kRespectOverflowClip,
|
| const LayoutPoint* offset_from_root = 0,
|
| - const LayoutSize& sub_pixel_accumulation = LayoutSize());
|
| + const LayoutSize& sub_pixel_accumulation = LayoutSize()) const;
|
| void CollectFragments(
|
| PaintLayerFragments&,
|
| const PaintLayer* root_layer,
|
| @@ -886,7 +886,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
| ShouldRespectOverflowClipType = kRespectOverflowClip,
|
| const LayoutPoint* offset_from_root = 0,
|
| const LayoutSize& sub_pixel_accumulation = LayoutSize(),
|
| - const LayoutRect* layer_bounding_box = 0);
|
| + const LayoutRect* layer_bounding_box = 0) const;
|
|
|
| LayoutPoint LayoutBoxLocation() const {
|
| return GetLayoutObject().IsBox() ? ToLayoutBox(GetLayoutObject()).Location()
|
|
|